-
Notifications
You must be signed in to change notification settings - Fork 41
add --recursive argrument to download directory files #1290
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
Conversation
Signed-off-by: LunaWhispers <yangmuyucs@gmail.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1290 +/- ##
==========================================
+ Coverage 48.58% 48.73% +0.15%
==========================================
Files 60 60
Lines 15002 15068 +66
==========================================
+ Hits 7288 7344 +56
- Misses 7714 7724 +10
🚀 New features to boost your workflow:
|
Update |
Signed-off-by: LunaWhispers <yangmuyucs@gmail.com>
Signed-off-by: LunaWhispers <yangmuyucs@gmail.com>
Signed-off-by: LunaWhispers <yangmuyucs@gmail.com>
Signed-off-by: LunaWhispers <yangmuyucs@gmail.com>
Signed-off-by: LunaWhispers <yangmuyucs@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: LunaWhispers <yangmuyucs@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Description
Add
--recursive
argrument to download directory files.Specify whether to download the directory recursively.
If it is true, dfget will download all files in the directory.
If it is false, dfget will download the single file specified by the URL.
if you need download single file, don't use
--recursive
argrument.for example:
Related Issue
Motivation and Context
Screenshots (if appropriate)