feat: port apply
command from influxdb
(#160)
This commit is contained in:
@ -9,6 +9,7 @@ type StdIO interface {
|
||||
WriteErr(p []byte) (n int, err error)
|
||||
Banner(message string) error
|
||||
Error(message string) error
|
||||
InputIsInteractive() bool
|
||||
GetStringInput(prompt, defaultValue string) (string, error)
|
||||
GetSecret(prompt string, minLen int) (string, error)
|
||||
GetPassword(prompt string) (string, error)
|
||||
|
Reference in New Issue
Block a user