提交 9f2f29a9 作者: W. Trevor King

commands/command: Add a package comment

I'm not quite sure which file in this package is the most prominent,
but command.go seemed like a reasonable choice.
上级 ee3c3070
/*
Package commands provides an API for defining and parsing commands.
Supporting nested commands, options, arguments, etc. The commands
package also supports a collection of marshallers for presenting
output to the user, including text, JSON, and XML marshallers.
*/
package commands
import (
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论