-
Notifications
You must be signed in to change notification settings - Fork 29
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
twoliter: fetch command for downloading and extracting external kits #270
twoliter: fetch command for downloading and extracting external kits #270
Conversation
9827e92
to
ccfedc2
Compare
use std::path::PathBuf; | ||
|
||
#[derive(Debug, Parser)] | ||
pub(crate) struct Fetch { |
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.
I guess I always ask this. Would we anticipate further subcommands? twoliter fetch sdk
and twoliter fetch sources
for example? If so, should this be twoliter fetch kits
?
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.
Let's leave this one unresolved since it's an outstanding question with no corresponding change.
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.
Yeah hit resolve by accident there, I'm not sure either way, I kind of like it being just fetch cause it operates off Twoliter.lock which is generated just by update
ccfedc2
to
93b18a1
Compare
Updated by comments |
93b18a1
to
bcdc898
Compare
Fix clippy issues |
f9eb662
to
91b2b57
Compare
Added digest to LockedImage |
91b2b57
to
e94f8b6
Compare
afc311f
to
7988930
Compare
Updated const for metadata |
7988930
to
4eda74f
Compare
Updated per ben's comments |
4eda74f
to
799cd5a
Compare
Forgot to add license field to new crate |
799cd5a
to
d90d486
Compare
Updates to comments including
|
d90d486
to
1b21d9b
Compare
Fixed tests |
1b21d9b
to
8c62a22
Compare
Updated per latest comments |
ed37792
to
b15ee84
Compare
b15ee84
to
9afedf2
Compare
Issue number: 258
Closes #258
Description of changes:
twoliter fetch
commandTesting done:
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.