Merge pull request #2138 from crazy-max/ls-notrunc

ls: no-trunc opt
This commit is contained in:
Tõnis Tiigi
2024-10-03 08:21:09 -07:00
committed by GitHub
3 changed files with 322 additions and 12 deletions

View File

@ -9,10 +9,11 @@ List builder instances
### Options
| Name | Type | Default | Description |
|:----------------------|:---------|:--------|:---------------------|
| `-D`, `--debug` | `bool` | | Enable debug logging |
| [`--format`](#format) | `string` | `table` | Format the output |
| Name | Type | Default | Description |
|:----------------------|:---------|:--------|:----------------------|
| `-D`, `--debug` | `bool` | | Enable debug logging |
| [`--format`](#format) | `string` | `table` | Format the output |
| `--no-trunc` | `bool` | | Don't truncate output |
<!---MARKER_GEN_END-->