mirror of
https://github.com/yawaflua/tzeva-adom.git
synced 2025-12-08 19:39:30 +02:00
Set up readme up to last patch
This commit is contained in:
20
README.md
20
README.md
@@ -13,15 +13,17 @@ For start this app, you should to make this actions:
|
|||||||
- Start the app:
|
- Start the app:
|
||||||
- ```bash
|
- ```bash
|
||||||
cd cmake-build-debug
|
cd cmake-build-debug
|
||||||
./tzeva-adom --help --lang en
|
./tzeva-adom --lang en --test
|
||||||
```
|
```
|
||||||
## Command args:
|
## Command args:
|
||||||
|
|
||||||
| flag | description | value |
|
| flag | description | value |
|
||||||
|---------|----------------------------------------------------------------|------------|
|
|----------|----------------------------------------------------------------|------------|
|
||||||
| --lang | Changes the language of alerts | `en/he/ru` |
|
| --lang | Changes the language of alerts | `en/he/ru` |
|
||||||
| -l | Alias of `--lang` | `en/he/ru` |
|
| -l | Alias of `--lang` | `en/he/ru` |
|
||||||
| --test | Creates a test alert on start, after it working in normal mode | none |
|
| --test | Creates a test alert on start, after it working in normal mode | none |
|
||||||
| -t | Alias of `--test` | none |
|
| -t | Alias of `--test` | none |
|
||||||
| --debug | Show debug data about alerts | none |
|
| --debug | Show debug data about alerts | none |
|
||||||
| -d | Alias of `--debug` | none |
|
| -d | Alias of `--debug` | none |
|
||||||
|
| -o | Alias of `--oref` | none |
|
||||||
|
| --oref | Use OREF api, not tzeva_adom | none |
|
||||||
|
|||||||
Reference in New Issue
Block a user