add autocompletetions

This commit is contained in:
2021-04-17 17:48:31 +02:00
parent e671780e54
commit 541a7c2a72
2 changed files with 71 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ import (
"github.com/spf13/viper"
)
const VERSION = "1.0.0"
const VERSION = "1.0.1"
var CI bool = false
var VERBOSE bool = false