JMS #4: Getting some cli tests going. Testing out flags
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
package cli
|
||||
|
||||
type Command struct {
|
||||
Name string
|
||||
ShortName string
|
||||
Usage string
|
||||
Description string
|
||||
Action Handler
|
||||
Flags []Flag
|
||||
}
|
||||
Reference in New Issue
Block a user