Method: DeltaTest::CLI::StatsSaveCommand#invoke!
- Defined in:
- lib/delta_test/cli/stats_save_command.rb
#invoke! ⇒ Object
11 12 13 14 15 16 17 18 |
# File 'lib/delta_test/cli/stats_save_command.rb', line 11 def invoke! load_tmp_table_files cleanup_tmp_table_files save_table_file stage_table_file sync_table_file unless @options['no-sync'] end |