Skip to content

Commit bd9f93e

Browse files
authored
Add some usage
1 parent 17bde95 commit bd9f93e

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

README.md

+39-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,44 @@ go get github.com/raoulh/moolticute-cli
1717

1818
```
1919
moolticute-cli --help
20+
21+
Usage: moolticute-cli COMMAND [arg...]
22+
23+
Command line tool to interact with a mooltipass device through a moolticute daemon
24+
25+
Commands:
26+
login Manage credentials stored in the device
27+
data Import & export small files stored in the device
28+
parameters Get/Set device parameters
29+
30+
Run 'moolticute-cli COMMAND --help' for more information on a command.
2031
```
2132

22-
> Warning! This project is a work in progress!
33+
```
34+
moolticute-cli login --help
35+
36+
Usage: moolticute-cli login COMMAND [arg...]
37+
38+
Manage credentials stored in the device
39+
40+
Commands:
41+
get Get a password for given context
42+
set Add or update a context
43+
44+
Run 'moolticute-cli login COMMAND --help' for more information on a command.
45+
```
46+
47+
```
48+
moolticute-cli data --help   16:45:08  ✘ 2
49+
50+
Usage: moolticute-cli data COMMAND [arg...]
51+
52+
Import & export small files stored in the device
53+
54+
Commands:
55+
get Retrieve data for given context
56+
set Add or update data for given context
57+
58+
Run 'moolticute-cli data COMMAND --help' for more information on a command.
59+
```
60+
> Warning! This project is a work in progress!

0 commit comments

Comments
 (0)