refactor: improve code formatting in `mod.rs` and `logger.rs`
[ouch.git] / tests / snapshots / ui__ui_test_usage_help_flag.snap
blob921aa8d073d131bdda9623ca404421b06f2bc356
1 ---
2 source: tests/ui.rs
3 expression: "output_to_string(ouch!(\"--help\"))"
4 ---
5 A command-line utility for easily compressing and decompressing files and directories.
7 Supported formats: tar, zip, gz, 7z, xz/lzma, bz/bz2, bz3, lz4, sz (Snappy), zst and rar.
9 Repository: https://github.com/ouch-org/ouch
11 Usage: <OUCH_BIN> [OPTIONS] <COMMAND>
13 Commands:
14   compress    Compress one or more files into one output file [aliases: c]
15   decompress  Decompresses one or more files, optionally into another folder [aliases: d]
16   list        List contents of an archive [aliases: l, ls]
17   help        Print this message or the help of the given subcommand(s)
19 Options:
20   -y, --yes
21           Skip [Y/n] questions positively
23   -n, --no
24           Skip [Y/n] questions negatively
26   -A, --accessible
27           Activate accessibility mode, reducing visual noise
28           
29           [env: ACCESSIBLE=]
31   -H, --hidden
32           Ignores hidden files
34   -q, --quiet
35           Silences output
37   -g, --gitignore
38           Ignores files matched by git's ignore files
40   -f, --format <FORMAT>
41           Specify the format of the archive
43   -p, --password <PASSWORD>
44           decompress or list with password
46   -h, --help
47           Print help (see a summary with '-h')
49   -V, --version
50           Print version