fix: show version number

This commit is contained in:
2025-01-14 00:27:59 +02:00
parent 605c733691
commit d62c643be9
5 changed files with 38 additions and 20 deletions

View File

@@ -57,13 +57,14 @@ repository.
You can call `sofmani` with the following flags to alter the behavior for the current run:
| Flag | Description |
| ------------------- | ---------------------------------- |
| `-d`, `--debug` | Enable debug mode. |
| `-D`, `--no-debug` | Disable debug mode (default). |
| `-u`, `--update` | Enable update checking. |
| `-U`, `--no-update` | Disable update checking (default). |
| `-h`, `--help` | Display help information and exit. |
| Flag | Description |
| ------------------- | ------------------------------------- |
| `-d`, `--debug` | Enable debug mode. |
| `-D`, `--no-debug` | Disable debug mode (default). |
| `-u`, `--update` | Enable update checking. |
| `-U`, `--no-update` | Disable update checking (default). |
| `-h`, `--help` | Display help information and exit. |
| `-v`, `--version` | Display version information and exit. |
Each of these flags overrides the loaded config file, so while your default config can choose not to
check for updates by default, you or another user can add the `--update` flag to override this