tmux-fingers/lib/fingers/commands/show_version.rb

6 lines
127 B
Ruby

class Fingers::Commands::ShowVersion < Fingers::Commands::Base
def run
puts "tmux-fingers #{Fingers::VERSION}"
end
end