ouch/tests/snapshots/ui__ui_test_err_decompress_missing_extension.snap
João M. Bezerra 192eaca5dc add ui snapshot tests
these tests are used to assert on Ouch's output for error reports and
progress logging
2023-09-17 19:06:14 -03:00

15 lines
459 B
Plaintext

---
source: tests/ui.rs
expression: "run_ouch(\"ouch decompress a\", dir)"
---
[ERROR] Cannot decompress files without extensions
- Files without supported extensions: <FOLDER>/a
- Decompression formats are detected automatically by the file extension
hint: Provide a file with a supported extension:
hint: ouch decompress example.tar.gz
hint:
hint: Or overwrite this option with the '--format' flag:
hint: ouch decompress <FOLDER>/a --format tar.gz