fix: change threads short flag to -c in cli args to avoid conflict with `tree`
[ouch.git] / tests / snapshots / ui__ui_test_usage_help_flag-2.snap
blob058d54ed8d6bfda0ef579d6039325c8b3579555a
1 ---
2 source: tests/ui.rs
3 expression: "output_to_string(ouch!(\"-h\"))"
4 snapshot_kind: text
5 ---
6 A command-line utility for easily compressing and decompressing files and directories.
8 Usage: <OUCH_BIN> [OPTIONS] <COMMAND>
10 Commands:
11   compress    Compress one or more files into one output file [aliases: c]
12   decompress  Decompresses one or more files, optionally into another folder [aliases: d]
13   list        List contents of an archive [aliases: l, ls]
14   help        Print this message or the help of the given subcommand(s)
16 Options:
17   -y, --yes                  Skip [Y/n] questions positively
18   -n, --no                   Skip [Y/n] questions negatively
19   -A, --accessible           Activate accessibility mode, reducing visual noise [env: ACCESSIBLE=]
20   -H, --hidden               Ignores hidden files
21   -q, --quiet                Silences output
22   -g, --gitignore            Ignores files matched by git's ignore files
23   -f, --format <FORMAT>      Specify the format of the archive
24   -p, --password <PASSWORD>  decompress or list with password
25   -c, --threads <THREADS>    cocurrent working threads
26   -h, --help                 Print help (see more with '--help')
27   -V, --version              Print version