Class: GitTopic::Commands::List

Inherits:
Object
  • Object
show all
Includes:
Term::ANSIColor
Defined in:
lib/git_topic/commands/list.rb

Overview

list command shows summarized topic information

Instance Method Summary collapse

Instance Method Details

#executeObject



8
9
10
11
# File 'lib/git_topic/commands/list.rb', line 8

def execute
  print_header
  print_contents
end