29 lines
1.2 KiB
Markdown
29 lines
1.2 KiB
Markdown
|
usage: weight-cli.py [-h] [-da DATA] [-w WEIGHT] [-t TYPE] [-d DATE] [-i ID]
|
||
|
[-m METRIC] [-c COMMENT] [-o OTHER] [-r] [-rem REMOVE]
|
||
|
[-g] [-tst] [-ur] [-v]
|
||
|
|
||
|
A script to manage your weight in command line.
|
||
|
|
||
|
optional arguments:
|
||
|
-h, --help show this help message and exit
|
||
|
-da DATA, --data DATA
|
||
|
optional : file data
|
||
|
-w WEIGHT, --weight WEIGHT
|
||
|
optional : weight
|
||
|
-t TYPE, --type TYPE optional : type
|
||
|
-d DATE, --date DATE optional : date
|
||
|
-i ID, --id ID optional : id
|
||
|
-m METRIC, --metric METRIC
|
||
|
optional : metric
|
||
|
-c COMMENT, --comment COMMENT
|
||
|
optional : comment
|
||
|
-o OTHER, --other OTHER
|
||
|
optional : other
|
||
|
-r, --read optional read measures
|
||
|
-rem REMOVE, --remove REMOVE
|
||
|
optional : delete a measure by its number in the list
|
||
|
-g, --graph optional : plot graph
|
||
|
-tst, --tests optional tests operations
|
||
|
-ur, --undoremove optional : undo remove the last line removed
|
||
|
-v, --version show program's version number and exit
|