Add example how to use imag-counter
This commit is contained in:
parent
1bf7d16664
commit
51432eaf39
1 changed files with 11 additions and 0 deletions
|
@ -15,6 +15,17 @@ possibly timestamp of your increments/decrements, so you can export this and use
|
||||||
Filters for selecting only certain time ranges when listing/exporting your
|
Filters for selecting only certain time ranges when listing/exporting your
|
||||||
counters will be added as well.
|
counters will be added as well.
|
||||||
|
|
||||||
|
### Examples
|
||||||
|
|
||||||
|
Here are some examples how to use the counter module:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
imag counter create --name example --initval 42 # or: -n example -i 42
|
||||||
|
imag counter --inc example # or -i example
|
||||||
|
imag counter --reset example
|
||||||
|
imag counter --dec example # or -d example
|
||||||
|
```
|
||||||
|
|
||||||
### Backends
|
### Backends
|
||||||
|
|
||||||
<!-- Backends the module supports including links to external resources -->
|
<!-- Backends the module supports including links to external resources -->
|
||||||
|
|
Loading…
Reference in a new issue