mynewt-newtmgr
mynewt-newtmgr copied to clipboard
Add bash completion
The CLI parser (Cobra) seems to have built-in bash_completion generator:
https://github.com/spf13/cobra/blob/master/bash_completions.md
Install script can pipe the output of this command to /usr/share/bash-completion/completions/newtmgr
I'm not that comfortable with Go, but I can give it a try when I have time...