doc: add help texts to cib options and subcommands
Signed-off-by: Lars Wirzenius liw@liw.fi
1 file changed
+34
-0
f0a3e65c
→
ac3fcf28
modified src/bin/cib.rs
@@ -49,12 +49,21 @@ fn fallible_main() -> Result<(), CibError> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -90,6 +99,11 @@ impl Args {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -98,6 +112,10 @@ enum Cmd {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -118,6 +136,11 @@ impl ConfigCmd {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -139,6 +162,10 @@ impl InsertCmd {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -203,6 +230,13 @@ impl QueuedCmd {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|