kojismokydingo.cli.hosts¶
Koji Smoky Dingo - CLI Host Commands
Simple utility for querying brew to check for builders which are enabled but which are not checking in.
- author:
Christopher O'Brien <obriencj@gmail.com>
- license:
GPL v3
- class CheckHosts(name=None)[source]¶
Bases:
AnonSmokyDingo
- Parameters:
name (str) -- The name that this command is being represented as
- arguments(parser)[source]¶
Override to add relevant arguments to the given parser instance. May return an alternative parser instance or None.
- Parameters:
parser -- the parser to decorate with additional arguments