Closed
Description
To match changes in documentation, the argument literals printed in -h help output of DVC commands should use th metavar
param of argparse
's add_argument()
to change the default argument name e.g.
λ dvc add -h
usage: dvc add [-h] [-q | -v] [-R] [--no-commit] [-f <filename>]
targets [targets ...]
instead of [-f FILE]
See the https://dvc.org/doc/command-reference to find all the updated arg names in use in docs.