class Chid::Commands::Tmux::List
Public Instance Methods
run()
click to toggle source
# 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