Commit 958e524c authored by Matt Bell's avatar Matt Bell Committed by Juan Batiz-Benet

commands: Nicer syntax for Argument definition

parent f76048f7
......@@ -8,7 +8,8 @@ const (
)
type Argument struct {
Name string
Type ArgumentType
Required, Variadic bool
Name string
Type ArgumentType
Required bool
Variadic bool
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment