diff --git a/README.md b/README.md index 78bd1d0e1..719d086ac 100644 --- a/README.md +++ b/README.md @@ -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 ` : 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 ` | Path to the configuration file | +| `-t, --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: