wip
This commit is contained in:
parent
0c74175c59
commit
108f88b1c3
|
@ -0,0 +1,10 @@
|
|||
package command
|
||||
|
||||
type Command struct {
|
||||
}
|
||||
|
||||
type CLI struct {
|
||||
cmds []Command
|
||||
}
|
||||
|
||||
func ShiftArg() {}
|
Loading…
Reference in New Issue