文件名称:docopt.go:命令行参数解析器,它将使您微笑
文件大小:44KB
文件格式:ZIP
更新时间:2024-03-17 21:39:35
Go
docopt-go
编程语言中的实现。
docopt可帮助您轻松创建漂亮的命令行界面:
package main
import (
"fmt"
"github.com/docopt/docopt-go"
)
func main () {
usage := `Naval Fate.
Usage:
naval_fate ship new
【文件预览】:
docopt.go-master
----error.go(816B)
----example_test.go(1KB)
----token.go(2KB)
----opts_test.go(7KB)
----test_golang.docopt(126B)
----examples()
--------odd_even()
--------calculator()
--------naval_fate()
--------options_shortcut()
--------unit_test()
--------type_assert()
--------config_file()
--------examples.go(537B)
--------options()
--------fake-git()
--------quick()
--------arguments()
--------counted()
----.travis.yml(640B)
----LICENSE(1KB)
----doc.go(2KB)
----README.md(4KB)
----opts.go(8KB)
----pattern.go(12KB)
----.gitignore(286B)
----docopt.go(15KB)
----testcases.docopt(12KB)
----docopt_test.go(41KB)