Sha256: 7be073240830e0120780814de0e515802be292e7baffa03a2d6e13bff6399b52

Contents?: true

Size: 827 Bytes

Versions: 13

Compression:

Stored size: 827 Bytes

Contents

class Cello::Commands::Help

  def self.run
    puts <<-HELP
Usage: cello <command> [options*]

cello version #{Cello::VERSION}: Cucumber Page-Object integration made easy

  Available commands:

    help              Show this help text
    
    -nP, --new-project       Creates the structure of a cello project  
    -np, --new-page          Curl the page and creates the page object for that url
    -nf, --new-feature       Creates a new feature file and its step definition

    -r,  --run-tests         Runs all the tests
    -w,  --run-wip           Runs all the tests
    
    -d,  --debbug            Runs all the tests
      
    --version, -v:   Print version and exit
    --help, -h:   Show this message

    For more support read our api >> http://rubydoc.info/gems/cello
    Have a nice day :)
    HELP
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
cello-0.0.35 lib/cello/commands/help.rb
cello-0.0.34 lib/cello/commands/help.rb
cello-0.0.33 lib/cello/commands/help.rb
cello-0.0.32 lib/cello/commands/help.rb
cello-0.0.31 lib/cello/commands/help.rb
cello-0.0.30 lib/cello/commands/help.rb
cello-0.0.29 lib/cello/commands/help.rb
cello-0.0.28 lib/cello/commands/help.rb
cello-0.0.27 lib/cello/commands/help.rb
cello-0.0.26 lib/cello/commands/help.rb
cello-0.0.25 lib/cello/commands/help.rb
cello-0.0.23 lib/cello/commands/help.rb
cello-0.0.21 lib/cello/commands/help.rb