diff --git a/cli/cli.go b/cli/cli.go index f0f8fac4..4a692e38 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -34,13 +34,15 @@ func newAbraApp(version, commit string) *cli.App { app := &cli.App{ Name: "abra", Usage: `The Co-op Cloud command-line utility belt 🎩🐇 - ____ ____ _ _ / ___|___ ___ _ __ / ___| | ___ _ _ __| | | | / _ \ _____ / _ \| '_ \ | | | |/ _ \| | | |/ _' | | |__| (_) |_____| (_) | |_) | | |___| | (_) | |_| | (_| | \____\___/ \___/| .__/ \____|_|\___/ \__,_|\__,_| |_| + +If you haven't already done so, consider setting up autocompletion for a more +convenient command-line experience. See "abra autocomplete -h" for more. `, Version: fmt.Sprintf("%s-%s", version, commit[:7]), Commands: []*cli.Command{