Some work on implementing TTYIO

This commit is contained in:
Kovid Goyal
2022-08-18 15:40:19 +05:30
parent 6c3a439455
commit 43e93414ea
5 changed files with 307 additions and 10 deletions

1
go.mod
View File

@@ -6,6 +6,7 @@ require (
github.com/fatih/color v1.13.0
github.com/mattn/go-isatty v0.0.14
github.com/mattn/go-runewidth v0.0.13
github.com/pkg/term v1.1.0
github.com/seancfoley/ipaddress-go v1.2.1
github.com/spf13/cobra v1.5.0
github.com/spf13/pflag v1.0.5