Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServeCommand ¶
type ServeCommand struct {
// contains filtered or unexported fields
}
func NewServeCommand ¶
func NewServeCommand(io ui.IO) *ServeCommand
func (*ServeCommand) Register ¶
func (cmd *ServeCommand) Register(r command.Registerer)
Register registers the command, arguments and flags on the provided Registerer.
func (*ServeCommand) Run ¶
func (cmd *ServeCommand) Run() error
Run handles the command with the options as specified in the command.
Click to show internal directories.
Click to hide internal directories.