Class: DeltaTest::CLI::HelpCommand
- Inherits:
-
CommandBase
- Object
- CommandBase
- DeltaTest::CLI::HelpCommand
- Defined in:
- lib/delta_test/cli/help_command.rb
Constant Summary collapse
- TEXT =
"usage: delta_test <command> [--verbose] [<args>]\n\noptions:\n --verbose Print more output.\n\ncommands:\n exec [--force] <script> -- <files...>\n Execute test script using delta_test.\n --force to force DeltaTest to run full test in profile mode.\n\n specs List related spec files for changes.\n\n stats:clean Clean up temporary files.\n\n stats:show Show dependencies table.\n\n stats:save [--no-sync]\n Save and sync a table file.\n\n version Show version.\n\n help Show this.\n"
Constants inherited from CommandBase
Instance Method Summary collapse
Methods inherited from CommandBase
#bundler_enabled?, #create_error_file, #current_process_status_success?, #error_file, #error_recorded?, #exec_with_data, #exit_with_message, #hook_create_error_file, #initialize, #invoke, #parse_options!, #record_error
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 |