Documentation
¶
Overview ¶
Package cmd provides command line interface for the PR CLI application
Index ¶
Constants ¶
View Source
const ( SingleCommand = executor.SingleCommand MultiCommand = executor.MultiCommand BuiltInCommand = executor.BuiltInCommand )
View Source
const ( ErrUnsupportedCommandType = executor.ErrUnsupportedCommandType ErrUnknownCommandType = executor.ErrUnknownCommandType )
Error message constants for consistency
View Source
const EnvPrefix = "PR"
EnvPrefix is the prefix for environment variables
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CommandType ¶
type CommandType = executor.CommandType
Re-export types from executor package for backward compatibility
type PROption ¶
type PROption struct {
*logrus.Logger
Config *config.Config
// contains filtered or unexported fields
}
PROption option for PR CLI command
type ParsedCommand ¶
type ParsedCommand = executor.ParsedCommand
Click to show internal directories.
Click to hide internal directories.