I think a CLI tool like this would benefit greatly from having a robust shell auto completion.
Did some basic research and saw that the CLI lib you're using doesn't seem to have this feature either: https://github.com/jawher/mow.cli/issues/113 -- which is a shame. Would you consider vendoring in these changes until the library devs figure out what to do?
I'd love to provide an MR instead of just a feature request, but I don't really know Go and its packaging well enough.
I think a CLI tool like this would benefit greatly from having a robust shell auto completion.
Did some basic research and saw that the CLI lib you're using doesn't seem to have this feature either: https://github.com/jawher/mow.cli/issues/113 -- which is a shame. Would you consider vendoring in these changes until the library devs figure out what to do?
I'd love to provide an MR instead of just a feature request, but I don't really know Go and its packaging well enough.