31 lines
1.3 KiB
Markdown
31 lines
1.3 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]
|
|
|
|
Un script en ligne de commande pour gérer votre poids.
|
|
|
|
optional arguments:
|
|
-h, --help show this help message and exit
|
|
-da DATA, --data DATA
|
|
fichier de données : optionnel
|
|
-w WEIGHT, --weight WEIGHT
|
|
poids : optionnel
|
|
-t TYPE, --type TYPE type : optionnel
|
|
-d DATE, --date DATE date : optionnelle
|
|
-i ID, --id ID identifiant : optionnel
|
|
-m METRIC, --metric METRIC
|
|
métrique : optionnelle
|
|
-c COMMENT, --comment COMMENT
|
|
commentaire : optionnel
|
|
-o OTHER, --other OTHER
|
|
autre : optionnel
|
|
-r, --read optional read measures
|
|
-rem REMOVE, --remove REMOVE
|
|
suppression d'une mesure par son numéro dans la liste
|
|
: optionnel
|
|
-g, --graph trace le graphe : optionnel
|
|
-tst, --tests optional tests operations
|
|
-ur, --undoremove annule la suppression de la dernière ligne effacée :
|
|
optionnel
|
|
-v, --version show program's version number and exit
|