Class: Chid::Commands::Tmux::List
- Inherits:
-
Chid::Command
- Object
- Chid::Command
- Chid::Commands::Tmux::List
- Defined in:
- lib/chid/commands/tmux/list.rb
Constant Summary
Constants inherited from Chid::Command
Instance Attribute Summary
Attributes inherited from Chid::Command
Instance Method Summary collapse
Methods inherited from Chid::Command
command, help, #initialize, map_options_with_values, run
Constructor Details
This class inherits a constructor from Chid::Command
Instance Method Details
#run ⇒ Object
18 19 20 21 22 |
# File 'lib/chid/commands/tmux/list.rb', line 18 def run chid_config = ChidConfig.new puts "Tmux templates availabbe:".blue puts chid_config.all_tmux_templates.keys end |