diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-12 20:24:03 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-12 20:24:03 +0800 |
| commit | 2cc0f1766dec2b0b9eb6bfe0d499f2b6d36a591f (patch) | |
| tree | 9b1ebbc5e37901d2be32acbd80aeaede833e5e05 /resources/helpdoc/Welcome_To_JVCS.en.md | |
| parent | b99398fb18b209143554ee936592f129610b90ca (diff) | |
Update welcome documentation for global flags and commands
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. |
