Open dwilliams782 opened 1 month ago
Describe the bug Nice simple one where an image speaks a thousand words:
I was trying to find out more details on the --slackoutput expected input and instead --help is treated as a valid parameter for --slackoutput.
--slackoutput
--help
To Reproduce Steps to reproduce the behavior:
krr simple --slackoutput --help
Expected behavior Help function to be called instead of simple command executing.
Desktop (please complete the following information):
Hi @dwilliams782, thanks for reporting. We're using typer for the cli args and I'm not sure we have an easy fix for this. If anyone is familiar with a typer setting that would help, please chime in!
Describe the bug Nice simple one where an image speaks a thousand words:
I was trying to find out more details on the
--slackoutput
expected input and instead--help
is treated as a valid parameter for--slackoutput
.To Reproduce Steps to reproduce the behavior:
krr simple --slackoutput --help
Expected behavior Help function to be called instead of simple command executing.
Desktop (please complete the following information):