Skip to content

Commit

Permalink
Use HTML for table
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 committed Nov 8, 2024
1 parent 2ea1ac0 commit 5f7ab50
Showing 1 changed file with 41 additions and 9 deletions.
50 changes: 41 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,47 @@ curl -fsSL https://christitus.com/linuxdev | sh
### CLI arguments

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

| 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` |
<table style="border-collapse: collapse; width: 100%;">
<thead>
<tr>
<th style="border: 1px solid black; padding: 8px; white-space: nowrap;">Option</th>
<th style="border: 1px solid black; padding: 8px;">Description</th>
<th style="border: 1px solid black; padding: 8px; text-align: center;">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td style="border: 1px solid black; padding: 8px; white-space: nowrap;">-h, --help</td>
<td style="border: 1px solid black; padding: 8px;">Print help</td>
<td style="border: 1px solid black; padding: 8px; text-align: center;"></td>
</tr>
<tr>
<td style="border: 1px solid black; padding: 8px; white-space: nowrap;">-c, --config &lt;CONFIG&gt;</td>
<td style="border: 1px solid black; padding: 8px;">Path to the configuration file</td>
<td style="border: 1px solid black; padding: 8px; text-align: center;"></td>
</tr>
<tr>
<td style="border: 1px solid black; padding: 8px; white-space: nowrap;">--override-validation</td>
<td style="border: 1px solid black; padding: 8px;">Show all available options, disregarding compatibility checks (UNSAFE)</td>
<td style="border: 1px solid black; padding: 8px; text-align: center;"></td>
</tr>
<tr>
<td style="border: 1px solid black; padding: 8px; white-space: nowrap;">--size-bypass</td>
<td style="border: 1px solid black; padding: 8px;">Bypass the terminal size limit</td>
<td style="border: 1px solid black; padding: 8px; text-align: center;"></td>
</tr>
<tr>
<td style="border: 1px solid black; padding: 8px; white-space: nowrap;">-y, --skip-confirmation</td>
<td style="border: 1px solid black; padding: 8px;">Skip confirmation prompt before executing commands</td>
<td style="border: 1px solid black; padding: 8px; text-align: center;"></td>
</tr>
<tr>
<td style="border: 1px solid black; padding: 8px; white-space: nowrap;">-t, --theme &lt;THEME&gt;</td>
<td style="border: 1px solid black; padding: 8px;">Set the theme to use in the application [possible values: <code>default</code>, <code>compatible</code>]</td>
<td style="border: 1px solid black; padding: 8px; text-align: center;">default</td>
</tr>
</tbody>
</table>

For more detailed usage, run:

Expand Down

0 comments on commit 5f7ab50

Please sign in to comment.