# Packages

No description provided by the author
Package help provides the help command.
No description provided by the author
Package qemuguesttools implements the command that runs inside a QEMU VM.
No description provided by the author
No description provided by the author
Package shell provides a CommandProvider that implements a CLI tool for opening to a interactive shell to an interactive taskcluster-worker task in your terminal.
No description provided by the author
Package version provides a CommandProvider that displays version number and git revision, these values are also exported through methods so that they can be read from other packages.
No description provided by the author

# Functions

Commands returns a map from name to registered CommandProvider.
Register will register a CommandProvider, this is intended to be used during sstatic initializtion and will panic if name is already in use.
Run will parse command line arguments and run available commands.

# Interfaces

CommandProvider is implemented by anyone who wishes to provide a command line command that the worker should support.