Sha256: e5ccd293f9b376a08d984c3304de4b5acc8ab9820d893536efba02d5533f2541

Contents?: true

Size: 293 Bytes

Versions: 2

Compression:

Stored size: 293 Bytes

Contents

module Pah
  class Commands
    class Help
      BANNER = <<-HEREDOC
Usage: pah <project_name> Creates a new rails application using project_name
           [--version|-v] Prompts the pah, rails and ruby version
      HEREDOC

      def run(*)
        puts BANNER
      end

    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pah-0.0.20 lib/pah/commands/help.rb
pah-0.0.19 lib/pah/commands/help.rb