add ui snapshot tests
[ouch.git] / tests / snapshots / ui__ui_test_err_compress_missing_extension.snap
blob92fb838aba2930e29d2774882a27d00129b467a7
1 ---
2 source: tests/ui.rs
3 expression: "run_ouch(\"ouch compress input output\", dir)"
4 ---
5 [ERROR] Cannot compress to 'output'.
6  - You shall supply the compression format
8 hint: Try adding supported extensions (see --help):
9 hint:   ouch compress <FILES>... output.tar.gz
10 hint:   ouch compress <FILES>... output.zip
11 hint: 
12 hint: Alternatively, you can overwrite this option by using the '--format' flag:
13 hint:   ouch compress <FILES>... output --format tar.gz