CI: rename manual-release action
[ouch.git] / tests / snapshots / ui__ui_test_usage_help_flag-2.snap
blobb0b60d507a942abc64da968ed0f7eafd25d37663
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 [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   -h, --help             Print help (see more with '--help')
24   -V, --version          Print version