Documentation
¶
Overview ¶
Package root defines the root of the application command tree.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Command is the root of the command tree. Command = &cobra.Command{ Use: "taskcluster", Short: "TaskCluster CLI client.", Long: "A command-line interface to TaskCluster - see https://docs.taskcluster.net.", } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.