-
Notifications
You must be signed in to change notification settings - Fork 189
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
Improve CLI interactions and caching URL #1320
Conversation
I'd also like to add a @Araq what would you think about adding that? |
Fine with me but the naming could be better. |
0a73e14
to
f007e0b
Compare
I left out the IMHO, in general the CLI options should be hierarchical to aid in discovery and memory. So "deps" options. When you add tab-completion it makes it easy for find things without referring to the docs constantly. |
This reverts commit 742761c.
Indeed, |
That's a good point. I found Elixir's mix layout to make sense and to still keep view and modify distinct. They use a
Hmmm, looks like we do have |
Some more work on CLI and some related changes for speed.
installed package foo
on default outputs--info
flag to print the extra info without a full verbose (MediumPriority)nimble deps
to print out only direct dependencies and versionsnimble deps
nimble deps --tree
prints out the full dedendency treepackages_nimblecached.json
PkgListI did some simple timing on one of my projects and get: