Class: GitTopic::Commands::List
- Inherits:
-
Object
- Object
- GitTopic::Commands::List
- 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
#execute ⇒ Object
8 9 10 11 |
# File 'lib/git_topic/commands/list.rb', line 8 def execute print_header print_contents end |