Stores the coverage report of the functional tests of pysorteddict. Used to
display a coverage badge in README.md
.
Bash completions for go
have already been written by others: of note are posener/complete and spf13/cobra. Those are written in Go, however, and I (as someone new to Go) had absolutely no clue how to install and use them!
- posener/complete, at the time of writing this, has an obsolete branch as the default. The up-to-date branch has instructions to install the completions, but those are wrong. (They don't work.)
- spf13/cobra probably has completions somewhere, perhaps in
bash_completions.go
in the repository root at the time of writing this, but there is no information on how to use it inREADME.md
or in that file.
I just wanted a simple Bash script which I could simply put into my completions directory. So, I wrote this script! It isn't perfect, but it should cover most use cases. If someone wants to dabble into the more obtuse