141 142 143
# File 'lib/timetrap/cli.rb', line 141 def commands Timetrap::CLI::USAGE.scan(/\* \w+/).map{|s| s.gsub(/\* /, '')} end