Class: Abide::CLI::JiraAuthCommand
- Inherits:
-
CmdParse::Command
- Object
- CmdParse::Command
- Abide::CLI::JiraAuthCommand
- Defined in:
- lib/abide_dev_utils/cli/jira.rb
Constant Summary collapse
- CMD_NAME =
'auth'
- CMD_SHORT =
'Test authentication with Jira'
- CMD_LONG =
'Allows you to test authenticating with Jira'
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize ⇒ JiraAuthCommand
constructor
A new instance of JiraAuthCommand.
Constructor Details
#initialize ⇒ JiraAuthCommand
Returns a new instance of JiraAuthCommand.
34 35 36 37 38 |
# File 'lib/abide_dev_utils/cli/jira.rb', line 34 def initialize super(CMD_NAME, takes_commands: false) short_desc(CMD_SHORT) long_desc(CMD_LONG) end |