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.
-
I have a command that proxies to a 3rd party/external cli, that cli has it's own
--version
option. If i would like to print out the--version
of that tool via my proxy command:
mycli external-cli --version
It output's my cli version instead of the external cli im proxying a command to.
It would make more sense to only print out
--version
if the cli is called with no argments. i.emycli --version
Beta Was this translation helpful? Give feedback.
All reactions