hata:Hata是Go的面向结构的命令行参数解析器

时间:2024-05-19 23:44:43
【文件属性】:

文件名称:hata:Hata是Go的面向结构的命令行参数解析器

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-19 23:44:43

Go

:chequered_flag: Hata-具有结构的CLI标志 也许将执行以下类似的操作。 package main import ( "github.com/yudai/hata" "os" ) type Options struct { ConfigFile string `short:"c", long:"config", desc:"Config file path"` User string `short:"u", desc:"User name"` Timeout uint `short:"t", desc:"Timeout (seconds)"` } func main () { defaults := Options { ConfigFile : "/etc/foo/bar" , User : "admin" , Timeout : 3


【文件预览】:
hata-master
----hata.go(10KB)
----hata_test.go(7KB)
----README.md(516B)
----iterator.go(676B)

网友评论