We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to have something like this
cmd subcommand start [--branch BRANCH] [TICKET]
I want TICKET to be required unless --branch is specified
TICKET
--branch
The text was updated successfully, but these errors were encountered:
Hello!
This is currently impossible. But I consider to implement some option deps.
Sorry, something went wrong.
great. I'll keep an eye out for it.
@savonarola FYI I cited Optimus in our latest blog post: https://wecode.wepay.com/posts/wetools-an-elixir-cli
Wow, It's always nice to see the tool being useful! %)
Added dependency specification to DSL, added specification validations …
2a7de9f
…#12
savonarola
No branches or pull requests
Is there a way to have something like this
I want
TICKET
to be required unless--branch
is specifiedThe text was updated successfully, but these errors were encountered: