Skip to content

dvc: meaningful option arguments #3625

Closed
@jorgeorpinel

Description

@jorgeorpinel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions