Replies: 4 comments 3 replies
|
Can you provide a minimal bashly.yml to reproduce? |
0 replies
|
I think I fixed the reason for this happening. Subcommands should not handle I am not sure if you are using the |
0 replies
|
Away from my pc the next few days, so unable to provide a bashly.yml file, but i am not using |
3 replies
|
Version 0.7.8 was released with this fix. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a command that proxies to a 3rd party/external cli, that cli has it's own
--versionoption. If i would like to print out the--versionof that tool via my proxy command:
mycli external-cli --versionIt output's my cli version instead of the external cli im proxying a command to.
It would make more sense to only print out
--versionif the cli is called with no argments. i.emycli --versionAll reactions