mirror of
https://github.com/ouch-org/ouch.git
synced 2025-07-19 08:00:31 +00:00
update UI tests
This commit is contained in:
parent
e83c1a62ce
commit
8227082ac5
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
source: tests/ui.rs
|
source: tests/ui.rs
|
||||||
expression: "output_to_string(ouch!(\"-h\"))"
|
expression: "output_to_string(ouch!(\"-h\"))"
|
||||||
snapshot_kind: text
|
|
||||||
---
|
---
|
||||||
A command-line utility for easily compressing and decompressing files and directories.
|
A command-line utility for easily compressing and decompressing files and directories.
|
||||||
|
|
||||||
@ -22,6 +21,6 @@ Options:
|
|||||||
-g, --gitignore Ignore files matched by git's ignore files
|
-g, --gitignore Ignore files matched by git's ignore files
|
||||||
-f, --format <FORMAT> Specify the format of the archive
|
-f, --format <FORMAT> Specify the format of the archive
|
||||||
-p, --password <PASSWORD> Decompress or list with password
|
-p, --password <PASSWORD> Decompress or list with password
|
||||||
-c, --threads <THREADS> Concurrent working threads
|
-c, --concurrency <CONCURRENCY> Limit the amount of concurrent threads available [aliases: threads]
|
||||||
-h, --help Print help (see more with '--help')
|
-h, --help Print help (see more with '--help')
|
||||||
-V, --version Print version
|
-V, --version Print version
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
source: tests/ui.rs
|
source: tests/ui.rs
|
||||||
expression: "output_to_string(ouch!(\"--help\"))"
|
expression: "output_to_string(ouch!(\"--help\"))"
|
||||||
snapshot_kind: text
|
|
||||||
---
|
---
|
||||||
A command-line utility for easily compressing and decompressing files and directories.
|
A command-line utility for easily compressing and decompressing files and directories.
|
||||||
|
|
||||||
@ -44,8 +43,10 @@ Options:
|
|||||||
-p, --password <PASSWORD>
|
-p, --password <PASSWORD>
|
||||||
Decompress or list with password
|
Decompress or list with password
|
||||||
|
|
||||||
-c, --threads <THREADS>
|
-c, --concurrency <CONCURRENCY>
|
||||||
Concurrent working threads
|
Limit the amount of concurrent threads available
|
||||||
|
|
||||||
|
[aliases: threads]
|
||||||
|
|
||||||
-h, --help
|
-h, --help
|
||||||
Print help (see a summary with '-h')
|
Print help (see a summary with '-h')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user