Class: Jura::Component::Sprint::Help

Inherits:
Object
  • Object
show all
Defined in:
lib/jura/component/sprint/help.rb

Class Method Summary collapse

Class Method Details

.renderObject



7
8
9
10
11
12
13
14
# File 'lib/jura/component/sprint/help.rb', line 7

def self.render
  <<~TEMPLATE.strip
    #{Utils.format_bold("# Available sprint commands:")}
    sprint active              - Show the active sprint
    sprint list                - Show list of sprints
    sprint show <sprint_id>    - Show list of issues of 1 sprint
  TEMPLATE
end