Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Plop = plop{}
Plop allows command-line callables access to global flags, such as verbosity.
Functions ¶
Types ¶
type Service ¶
Service is an interface that commands can implement to setup and teardown services for the subcommands below them.
As Run and potential multiple Teardown failures makes having a single error return impossible, Setup and Teardown only get to signal a boolean success. Any detail should be exposed via log.
Click to show internal directories.
Click to hide internal directories.