fix: change threads short flag to -c in cli args to avoid conflict with `tree`
[ouch.git] / tests / snapshots / ui__ui_test_err_decompress_missing_extension_without_rar-3.snap
blob5e57d8b0454bc6c57df35f8216d70383c5ff5a35
1 ---
2 source: tests/ui.rs
3 expression: "run_ouch(\"ouch decompress b.unknown\", dir)"
4 ---
5 [ERROR] Cannot decompress files
6  - Files with unsupported extensions: <TMP_DIR>/b.unknown
7  - Decompression formats are detected automatically from file extension
9 hint: Supported extensions are: tar, zip, bz, bz2, bz3, gz, lz4, xz, lzma, sz, zst, 7z
10 hint: Supported aliases are: tgz, tbz, tlz4, txz, tzlma, tsz, tzst
11 hint: 
12 hint: Alternatively, you can pass an extension to the '--format' flag:
13 hint:   ouch decompress <TMP_DIR>/b.unknown --format tar.gz