Parse global options

This commit is contained in:
Kovid Goyal
2022-08-16 18:02:31 +05:30
parent 10b74d0703
commit 77f7ce82c0
6 changed files with 114 additions and 28 deletions

1
go.mod
View File

@@ -10,6 +10,7 @@ require (
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
)
require (