Class: DeltaTest::CLI::HelpCommand
- Inherits:
-
CommandBase
- Object
- CommandBase
- DeltaTest::CLI::HelpCommand
- Defined in:
- lib/delta_test/cli/help_command.rb
Constant Summary collapse
- TEXT =
<<HELP usage: delta_test <command> [--verbose] [<args>] options: --verbose Print more output. commands: exec [--force] <script> -- <files...> Execute test script using delta_test. --force to force DeltaTest to run full test in profile mode. specs List related spec files for changes. stats:clean Clean up temporary files. stats:show Show dependencies table. stats:save [--no-sync] Save and sync a table file. version Show version. help Show this. HELP
Constants inherited from CommandBase
Instance Method Summary collapse
Methods inherited from CommandBase
#bundler_enabled?, #exec_with_data, #exit_with_message, #initialize, #invoke, #parse_options!
Constructor Details
This class inherits a constructor from DeltaTest::CLI::CommandBase
Instance Method Details
#invoke! ⇒ Object
32 33 34 |
# File 'lib/delta_test/cli/help_command.rb', line 32 def invoke! puts TEXT end |