mirror of
https://github.com/chenasraf/sofmani.git
synced 2026-05-17 17:28:04 +00:00
fix: show version number
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user