chore: move everything out from src
This commit is contained in:
8
command/command.go
Normal file
8
command/command.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package command
|
||||
|
||||
type Command interface {
|
||||
GetHelpText()
|
||||
GetName() string
|
||||
Run(args []string)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user