Class: GradesFirst::CLI
- Inherits:
-
Thor
- Object
- Thor
- GradesFirst::CLI
- Includes:
- CliHelper
- Defined in:
- lib/gradesfirst/cli.rb
Instance Method Summary collapse
Instance Method Details
#branch ⇒ Object
16 17 18 19 |
# File 'lib/gradesfirst/cli.rb', line 16 def branch set_pivotal_tracker_api_token execute(GradesFirst::BranchCommand) end |
#commit_message ⇒ Object
22 23 24 25 |
# File 'lib/gradesfirst/cli.rb', line 22 def set_pivotal_tracker_api_token execute(GradesFirst::CommitMessageCommand) end |