feat: UI design

This commit is contained in:
Karan Sharma 2021-03-02 18:21:59 +05:30
parent f389c9c876
commit 6e0ce47f91
6 changed files with 331 additions and 10 deletions

View file

@ -25,8 +25,8 @@ type QueryFlags struct {
UseIPv4 bool `koanf:"ipv4" json:"ipv4"`
UseIPv6 bool `koanf:"ipv6" json:"ipv6"`
Ndots int `koanf:"ndots" json:"ndots"`
Color bool `koanf:"color" json:"color"`
Timeout time.Duration `koanf:"timeout" json:"timeout"`
Color bool `koanf:"color" json:"-"`
DisplayTimeTaken bool `koanf:"time" json:"-"`
ShowJSON bool `koanf:"json" json:"-"`
UseSearchList bool `koanf:"search" json:"-"`