-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
get/import: update output (again?) #3196
Comments
Checked the It seems that |
Hm yeah this newest version seems closer to correct: Lines 53 to 56 in 04161ad
Lines 64 to 71 in 04161ad
and Lines 31 to 35 in 04161ad
Lines 44 to 51 in 04161ad
EDIT: I've updated the comment with notes on what to change, will open a small PR for this. |
Done: #3214 |
I'm not sure what happened because I think we've changed this recently (e.g. #3077), but I'm seeing:
The descriptions of the commands as well as of their arguments are outdated. Maybe there was a bad merge somewhere but from what I'm seeing in the docs, they should be something like:
get
Download file or directory from any DVC project or Git repository.
import
Download file or directory from any DVC project or Git repository into the workspace, and track it.
positional arguments
which I remember came from PRs to this repo. So anyway, we should update it again, I think. I can do it myself if people agree.
And make sure docs are in sync with the same text as well.Implicit in get/imp: update help output descriptions #3214The text was updated successfully, but these errors were encountered: