Skip to content

get/import: help output should reflect non-DVC Git repo support #3077

@jorgeorpinel

Description

@jorgeorpinel

After #2889 and #3020, these comments can also obtain files that are tracked by Git but not DVC, however their help output looks:

$ dvc get -h
usage: dvc get [-h] [-q | -v] [-o [OUT]] [--rev [REV]] url path
...
positional arguments:
  url                   URL of Git repository with DVC project to download
                        from.
  path                  Path to a file or directory within a DVC repository.
$ dvc import -h
usage: dvc import [-h] [-q | -v] [-o [OUT]] [--rev [REV]] url path
...
positional arguments:
  url                   URL of Git repository with DVC project to download from.
  path                  Path to data within DVC repository.

$  dvc version
DVC version: 0.80.0
Python version: 3.7.6
Platform: Darwin-19.0.0-x86_64-i386-64bit
Binary: False
Package: brew

I think all url and path descriptions need to be updated.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions