Skip to content

Commit

Permalink
cli-documentation readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 committed Nov 8, 2024
1 parent f5f3824 commit 2cc552c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@ curl -fsSL https://christitus.com/linuxdev | sh

Linutil supports various command-line arguments to customize its behavior. Here are some common arguments you can use:

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

For more detailed usage, run:

Expand Down

0 comments on commit 2cc552c

Please sign in to comment.