Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exp list: fix git_remote metavar #7808

Merged
merged 1 commit into from May 25, 2022
Merged

exp list: fix git_remote metavar #7808

merged 1 commit into from May 25, 2022

Conversation

dberenbaum
Copy link
Contributor

Before:

$ dvc exp list --help
usage: dvc experiments list [-h] [-q | -v] [-A] [--rev <commit>] [-n <num>]
                            [--name-only]
                            [[<git_remote>]]

List local and remote experiments.
Documentation: <https://man.dvc.org/exp/list>

positional arguments:
  [<git_remote>]        Optional Git remote name or Git URL. If provided, experiments
                        from the specified Git repository will be listed instead of
                        local ones.

After:

$ dvc exp list --help
usage: dvc experiments list [-h] [-q | -v] [-A] [--rev <commit>] [-n <num>]
                            [--name-only]
                            [<git_remote>]

List local and remote experiments.
Documentation: <https://man.dvc.org/exp/list>

positional arguments:
  <git_remote>          Optional Git remote name or Git URL. If provided, experiments
                        from the specified Git repository will be listed instead of
                        local ones.

@dberenbaum dberenbaum requested a review from a team as a code owner May 24, 2022 16:38
@pmrowla pmrowla merged commit dae0000 into main May 25, 2022
@pmrowla pmrowla deleted the exp-ls-git-remote-metavar branch May 25, 2022 01:47
@pmrowla pmrowla added ui user interface / interaction A: experiments Related to dvc exp labels May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: experiments Related to dvc exp ui user interface / interaction
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants