ouch/tests/snapshots/ui__ui_test_err_compress_missing_extension.snap
João Marcos P. Bezerra 3d717ec3bc update snapshots
2024-09-07 00:24:50 -03:00

14 lines
456 B
Plaintext

---
source: tests/ui.rs
expression: "run_ouch(\"ouch compress input output\", dir)"
---
[ERROR] Cannot compress to 'output'.
- You shall supply the compression format
hint: Try adding supported extensions (see --help):
hint: ouch compress <FILES>... output.tar.gz
hint: ouch compress <FILES>... output.zip
hint:
hint: Alternatively, you can overwrite this option by using the '--format' flag:
hint: ouch compress <FILES>... output --format tar.gz