# Functions

CmdAutoRebase parses the pull requests.
CmdInitConfig creates a new config file.
CmdParse parses the pull requests.
CmdProfileAdd parses the pull requests.
CmdProfileUpdate parses the pull requests.
CmdRepoAdd parses the pull requests.
CmdRepoIgnoreBuild parses the pull requests.
CmdRepoRemove parses the pull requests.
CmdRepoRemoveIgnoredBuild parses the pull requests.
CmdRepoSetPath parses the pull requests.
CompleteAutoRebase handles bash autocompletion for the 'auto-rebase' command.
CompleteParse handles bash autocompletion for the 'parse' command.
CompleteProfileAdd handles bash autocompletion for the 'profile add' command.
CompleteRepoAdd handles bash autocompletion for the 'profile repo add' command.
CompleteRepoIgnoreBuild handles bash autocompletion for the 'profile repo ignore-build' command.
CompleteRepoRemove handles bash autocompletion for the 'profile repo remove' command.
CompleteRepoRemoveIgnoredBuild handles bash autocompletion for the 'profile repo remove-ignored-build' command.
CompleteRepoSetPath handles bash autocompletion for the 'profile repo set-path' command.
RootCompletion prints the list of root commands as the root completion method This is similar to the default method, but it excludes aliases.

# Constants

Name is the name of this program.
Version is the current version.

# Variables

Commands defines the commands that can be called on hostBuilder.
GlobalFlags are the flags that apply to all commands.