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.snap
blobf8a2ad42f3c85b325a0c6fc33c447b6fcc0af1cf
1 ---
2 source: tests/ui.rs
3 expression: "output_to_string(ouch!(\"--help\"))"
4 snapshot_kind: text
5 ---
6 A command-line utility for easily compressing and decompressing files and directories.
8 Supported formats: tar, zip, gz, 7z, xz/lzma, bz/bz2, bz3, lz4, sz (Snappy), zst and rar.
10 Repository: https://github.com/ouch-org/ouch
12 Usage: <OUCH_BIN> [OPTIONS] <COMMAND>
14 Commands:
15   compress    Compress one or more files into one output file [aliases: c]
16   decompress  Decompresses one or more files, optionally into another folder [aliases: d]
17   list        List contents of an archive [aliases: l, ls]
18   help        Print this message or the help of the given subcommand(s)
20 Options:
21   -y, --yes
22           Skip [Y/n] questions positively
24   -n, --no
25           Skip [Y/n] questions negatively
27   -A, --accessible
28           Activate accessibility mode, reducing visual noise
29           
30           [env: ACCESSIBLE=]
32   -H, --hidden
33           Ignores hidden files
35   -q, --quiet
36           Silences output
38   -g, --gitignore
39           Ignores files matched by git's ignore files
41   -f, --format <FORMAT>
42           Specify the format of the archive
44   -p, --password <PASSWORD>
45           decompress or list with password
47   -c, --threads <THREADS>
48           cocurrent working threads
50   -h, --help
51           Print help (see a summary with '-h')
53   -V, --version
54           Print version