Class: GradesFirst::CLI

Inherits:
Thor
  • Object
show all
Includes:
CliHelper
Defined in:
lib/gradesfirst/cli.rb

Instance Method Summary collapse

Instance Method Details

#branchObject



18
19
20
21
# File 'lib/gradesfirst/cli.rb', line 18

def branch
  set_pivotal_tracker_api_token
  execute GradesFirst::BranchCommand
end

#codetalkObject



25
26
27
# File 'lib/gradesfirst/cli.rb', line 25

def codetalk
  execute GradesFirst::CodeTalkCommand
end

#commit_messageObject



30
31
32
33
# File 'lib/gradesfirst/cli.rb', line 30

def commit_message
  set_pivotal_tracker_api_token
  execute GradesFirst::CommitMessageCommand
end

#pairObject



37
38
39
# File 'lib/gradesfirst/cli.rb', line 37

def pair
  execute GradesFirst::PairCommand
end