diff options
Diffstat (limited to 'resources/helpdoc/Welcome_To_JVCS.en.md')
| -rw-r--r-- | resources/helpdoc/Welcome_To_JVCS.en.md | 46 |
1 files changed, 45 insertions, 1 deletions
diff --git a/resources/helpdoc/Welcome_To_JVCS.en.md b/resources/helpdoc/Welcome_To_JVCS.en.md index 8161371..3a7cf06 100644 --- a/resources/helpdoc/Welcome_To_JVCS.en.md +++ b/resources/helpdoc/Welcome_To_JVCS.en.md @@ -1 +1,45 @@ -> Welcome to the `JustEnoughVCS` CLI program! +> Welcome to the `JustEnoughVCS` CLI! + +## Basic Usage +jvn <SUBCOMMAND> <ARGUMENT: ?> <FLAG: ?> + +## Global Flags +Global flags for command debugging. + +### Language +**Flag**: `--lang <LANGUAGE>` +Set program language. +Options: en / zh-CN + +### Confirm +**Flag**: `--confirm` or `-C` +Skip confirmation prompts. + +### Help +**Flag**: `--help` or `-h` +Show command help. +> Or use `jvn helpdoc <DOCUMENT>` +> for full docs. + +### Renderer Override +**Flag**: `--renderer <RENDERER>` +Override output format. +Options: json / json-pretty / +__ ron / ron-pretty / +__ yaml / toml + +### No Error Output +**Flag**: `--no-error-logs` +Suppress error output. + +### No Progress Bar +**Flag**: `--no-progress` +Disable progress bar. + +### Quiet Output +**Flag**: `--quiet` or `-q` +Suppress all output for scripts. + +### Log Output +**Flag**: `--verbose` or `-V` +Enable full output for debugging. |
