Skip to content

Commit

Permalink
No word wrap for options in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 committed Nov 8, 2024
1 parent 2ea1ac0 commit ed876f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Linutil supports various command-line arguments to customize its behavior. Here

| Option | Description | Default |
|------------------|------------------|:---------:|
| `-h, --help` | Print help | |
| `-c, --config <CONFIG>` | Path to the configuration file |
| `--override-validation` | Show all available options, disregarding compatibility checks (UNSAFE) | |
| `--size-bypass` | Bypass the terminal size limit | |
| `-y, --skip-confirmation` | Skip confirmation prompt before executing commands | |
| `-t, --theme <THEME>` | Set the theme to use in the application [possible values: `default`, `compatible`] | `default` |
| <code><span style="white-space: nowrap;">-h, --help</span></code> | Print help | |
| <code><span style="white-space: nowrap;">-c, --config <CONFIG></span></code> | Path to the configuration file |
| <code><span style="white-space: nowrap;">--override-validation</span></code> | Show all available options, disregarding compatibility checks (UNSAFE) | |
| <code><span style="white-space: nowrap;">--size-bypass</span></code> | Bypass the terminal size limit | |
| <code><span style="white-space: nowrap;">-y, --skip-confirmation</span></code> | Skip confirmation prompt before executing commands | |
| <code><span style="white-space: nowrap;">-t, --theme <THEME></span></code> | Set the theme to use in the application [possible values: `default`, `compatible`] | `default` |

For more detailed usage, run:

Expand Down

0 comments on commit ed876f5

Please sign in to comment.