Skip to content
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

Idea: bbin install --tool #9

Closed
rads opened this issue Aug 27, 2022 · 1 comment
Closed

Idea: bbin install --tool #9

rads opened this issue Aug 27, 2022 · 1 comment

Comments

@rads
Copy link
Collaborator

rads commented Aug 27, 2022

{:bbin/bin {quickblog {:ns-default quickblog.api}}}
# `--tool` is implicit if the entry in `:bbin/bin` has an `:ns-default` and no `:main-opts`
bbin install io.github.borkdude/quickblog

# `--ns-default` is implicit if `--tool` is provided and `:bbin/bin` has no `:ns-default`
bbin install io.github.borkdude/quickblog --tool

# `--ns-default` only takes effect if `--tool` is provided
bbin install io.github.borkdude/quickblog --tool --ns-default quickblog.api
quickblog new :file "test.md" :title "Test"
@rads
Copy link
Collaborator Author

rads commented Aug 27, 2022

Resolved: 6746e4c

@rads rads closed this as completed Aug 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant