Replies: 4 comments 3 replies
-
|
Can you provide a minimal bashly.yml to reproduce? |
Beta Was this translation helpful? Give feedback.
-
|
I think I fixed the reason for this happening. Subcommands should not handle I am not sure if you are using the |
Beta Was this translation helpful? Give feedback.
-
|
Away from my pc the next few days, so unable to provide a bashly.yml file, but i am not using |
Beta Was this translation helpful? Give feedback.
-
|
Version 0.7.8 was released with this fix. |
Beta Was this translation helpful? Give feedback.
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 --versionBeta Was this translation helpful? Give feedback.
All reactions