Add bash/powershell/zsh completions

Was this really necessary? No
Are there more important things to implement? Yes
Do I care? No
This commit is contained in:
comp500
2019-09-18 22:58:46 +01:00
parent 36093f0e2a
commit 7ecf2cd215
3 changed files with 203 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import (
// Modules of packwiz
"github.com/comp500/packwiz/cmd"
_ "github.com/comp500/packwiz/curseforge"
_ "github.com/comp500/packwiz/utils"
)
func main() {