mynewt-newtmgr icon indicating copy to clipboard operation
mynewt-newtmgr copied to clipboard

Add bash completion

Open 5frank opened this issue 7 years ago • 0 comments

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...

5frank avatar Aug 22 '18 14:08 5frank