To match docs, where options have been ordered manually from more to less important (at least that's the idea).
λ dvc commit -h
usage: dvc commit [-h] [-q | -v] [-f] [-d] [-R] [targets [targets ...]]
...
optional arguments:
-h, --help show this help message and exit
-q, --quiet Be quiet.
-v, --verbose Be verbose.
-f, --force Commit even if hash value for dependencies/outputs changed.
-d, --with-deps Commit all dependencies of the specified target.
-R, --recursive Commit cache for subdirectories of the specified directory.
To match docs, where options have been ordered manually from more to less important (at least that's the idea).
Example difference:
(DVC 0.93.0)
vs. https://dvc.org/doc/command-reference/commit#options: