From 402174bc195fd59adcee82a9b2d2b3034320406b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Fri, 16 Oct 2020 00:21:05 +0200 Subject: initial clap --- usage.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'usage.org') diff --git a/usage.org b/usage.org index f866dca..e340165 100644 --- a/usage.org +++ b/usage.org @@ -20,8 +20,8 @@ The daemon doesn't do anything by itself. Interfacing with it is done through The basic commands are the smallest subset of commands that allow the user to actually use mum for something. In this case it means connecting to a server, listing channels and connecting to channels. -** TODO server -*** TODO connect +** DONE server +*** DONE connect #+BEGIN_SRC bash $ mumctl server connect localhost your_name connecting to localhost... @@ -31,8 +31,8 @@ root │ some person | your_name #+END_SRC -** TODO channel -*** TODO list +** DONE channel +*** DONE list #+BEGIN_SRC bash $ mumctl channel list root [3](4) @@ -60,13 +60,13 @@ root [3](4) │ └─ subsubchannel [2] └─ AFK [1] #+END_SRC -*** TODO connect +*** DONE connect #+BEGIN_SRC bash $ mumctl channel connect some channel connecting to some channel... connected #+END_SRC -** TODO status +** DONE status #+BEGIN_SRC bash $ mumctl status connected to localhost:65837 as your_name -- cgit v1.2.1