Skip to content

Commit

Permalink
Test with kdb
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 committed Nov 8, 2024
1 parent ed876f5 commit be6bae6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ 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:


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

For more detailed usage, run:

Expand Down

0 comments on commit be6bae6

Please sign in to comment.