diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-14 18:33:20 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-14 18:33:20 +0800 |
| commit | 17e7b28f162b3ed75683948144237ee17f81f7a5 (patch) | |
| tree | 9af1e089b517ba73f601b2ec9eacffbf0f6d2485 /resources/helpdoc/commands.en.md | |
| parent | 707a1f7c747a08e2ce77df88edc1e72eae9cbebc (diff) | |
Add converter module and update documentation
Diffstat (limited to 'resources/helpdoc/commands.en.md')
| -rw-r--r-- | resources/helpdoc/commands.en.md | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/resources/helpdoc/commands.en.md b/resources/helpdoc/commands.en.md new file mode 100644 index 0000000..3a7cf06 --- /dev/null +++ b/resources/helpdoc/commands.en.md @@ -0,0 +1,45 @@ +> 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. |
