chore: add influx command shell hint (#400)

This commit is contained in:
Andrew Lee 2022-07-28 11:00:14 -06:00 committed by GitHub
parent f34e6a888f
commit 78ef3c127c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ func newApp() cli.App {
return cli.App{
Name: "influx",
Usage: "Influx Client",
UsageText: "influx [command]",
UsageText: "influx [command]\n\nHINT: If you are looking for the InfluxQL shell from 1.x, run \"influx v1 shell\"",
EnableBashCompletion: true,
BashComplete: cli.DefaultAppComplete,
Commands: allCommands(),