feat: port user commands from influxdb (#99)

This commit is contained in:
Daniel Moran
2021-05-20 13:24:13 -04:00
committed by GitHub
parent e4af676ae5
commit 60dd8b54b5
30 changed files with 1960 additions and 80 deletions

View File

@ -8,6 +8,8 @@ import (
"github.com/influxdata/influx-cli/v2/internal/tabwriter"
)
const MinPasswordLen = 8
// CLI is a container for common functionality used to execute commands.
type CLI struct {
StdIO stdio.StdIO