readme: how to see --help for a subcommand

This commit is contained in:
João Marcos 2023-04-16 18:12:35 -03:00 committed by João M. Bezerra
parent bae1de5af9
commit 9c06a68964

View File

@ -37,6 +37,13 @@ Ouch has three main subcommands:
- `ouch compress` (alias `c`) - `ouch compress` (alias `c`)
- `ouch list` (alias `l` or `ls`) - `ouch list` (alias `l` or `ls`)
To see `help` for a specific command:
```sh
ouch help <COMMAND>
ouch <COMMAND> --help # equivalent
```
## Decompressing ## Decompressing
Use the `decompress` subcommand, `ouch` will detect the extensions automatically. Use the `decompress` subcommand, `ouch` will detect the extensions automatically.