Class: Completely::Commands::Test
- Defined in:
- lib/completely/commands/test.rb
Instance Method Summary collapse
Methods inherited from Base
environment_config_path, environment_debug, option_function, param_config_path
Instance Method Details
#run ⇒ Object
29 30 31 32 33 34 35 |
# File 'lib/completely/commands/test.rb', line 29 def run complines.each_with_index do |compline, i| show_compline compline, filename: "completely-tester-#{i + 1}.sh" end syntax_warning unless completions.valid? end |