Closed millokeller closed 2 years ago
For the sake of consistency I would assume the use of hyphens for command line parameters. Egs.: --sync and -s for the synchronization command over sync and s. Similar to --help and -h.
--sync
-s
sync
s
--help
-h
Both 'help' and 'version' are now available as commands (though also as flags)
For the sake of consistency I would assume the use of hyphens for command line parameters. Egs.:
--sync
and-s
for the synchronization command oversync
ands
. Similar to--help
and-h
.