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