summaryrefslogtreecommitdiff
path: root/resources/helpdoc/commands.en.md
blob: 67358310e43771a25691cd0aa789f00812a92110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
> 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.

### Version
**Flag**: `--version` or `-v`
Redirects the current command to the `version` command
to display version information.
> For usage of the version command,
> see `commands/version`

### 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.