friendsofgo / killgrave

Simple way to generate mock servers written in Go
https://friendsofgo.github.io/killgrave/
MIT License
498 stars 94 forks source link

Add shell completions for Killgrave CLI #136

Open joanlopez opened 1 year ago

joanlopez commented 1 year ago

Based on the most recent changes present on the branch v0.5.0, it seems Killgrave is introducing the use of Cobra as the library used to build and run the CLI commands.

Thus would be good to also add the shell (Bash, Zsh, fish, PowerShell) completions supported by the library. More information here.