This commit is contained in:
Erik Winter 2024-10-29 07:22:28 +01:00
parent 0c74175c59
commit 108f88b1c3
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
package command
type Command struct {
}
type CLI struct {
cmds []Command
}
func ShiftArg() {}