-
Notifications
You must be signed in to change notification settings - Fork 0
feat(datasets): Add datasets commands to create, list, and view datasets in CLI #3
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
Changes from all commits
3ad40dd
4dffa69
dcf53f3
16c85df
fce6199
265b69b
e371a65
596e089
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -27,6 +27,8 @@ rand = "0.8" | |||||
| sha2 = "0.10" | ||||||
| tiny_http = "0.12" | ||||||
| comfy-table = "7" | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The Consider a platform-scoped dependency:
Suggested change
and activate it only for macOS in [target.'cfg(target_os = "macos")'.dependencies]
nix = { version = "0.29", features = ["fs"] } |
||||||
| indicatif = "0.17" | ||||||
| nix = { version = "0.29", features = ["fs"] } | ||||||
| flate2 = "1" | ||||||
| tar = "0.4" | ||||||
| semver = "1" | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.