planner/plan/command/command.go

11 lines
98 B
Go
Raw Normal View History

2024-10-29 07:22:28 +01:00
package command
type Command struct {
}
type CLI struct {
cmds []Command
}
func ShiftArg() {}