package
Version:
v0.6.9-alpha.4
Opens a new window with list of versions in this module.
Published: Sep 1, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Command interface {
CommandName() string
CommandUsage() string
CommandHelp() string
CommandCallback(args []string, context map[string]interface{})
}
type Commandables interface {
Commands() []Command
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.