提交 abb8374d 作者: Matt Bell

commands: NewRequest: Documented error case

上级 3c5bfcec
......@@ -257,6 +257,7 @@ func NewEmptyRequest() (Request, error) {
}
// NewRequest returns a request initialized with given arguments
// An non-nil error will be returned if the provided option values are invalid
func NewRequest(path []string, opts optMap, args []interface{}, cmd *Command, optDefs map[string]Option) (Request, error) {
if path == nil {
path = make([]string, 0)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论