help

in lib/twurl/cli.rb [286:292]


      def help
        on_tail("-h", "--help", "Show this message") do
          CLI.puts self
          exit
        end
      end