38 39 40 41 42 43 44
# File 'lib/static/cli.rb', line 38 def default_action if input[:version] line "static #{Static::Cmd::VERSION}" else super end end