Add interactive mode to itctl

This commit is contained in:
2021-08-21 12:30:16 -07:00
parent 0d70dd9b11
commit 95cf5bfe6b
3 changed files with 40 additions and 0 deletions

3
go.mod
View File

@@ -4,8 +4,11 @@ go 1.16
require (
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/abiosoft/ishell v2.0.0+incompatible
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
github.com/cheggaaa/pb/v3 v3.0.8
github.com/fatih/color v1.12.0 // indirect
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/fsnotify/fsnotify v1.5.0 // indirect
github.com/godbus/dbus/v5 v5.0.4
github.com/mattn/go-isatty v0.0.13 // indirect