Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command interface {
Name() string
Description() string
Flags() []Flag
Run(runtimeInstance runtimecontract.Runtime, commandContext *CommandContext) error
}
type CommandContext ¶
type StringFlag ¶
type StringFlag = urfavecli.StringFlag
Click to show internal directories.
Click to hide internal directories.