mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
14 lines
456 B
Plaintext
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
|