Method: Flydata::Command::Sender.slop_start

Defined in:
lib/flydata/command/sender.rb

.slop_startObject



8
9
10
11
12
13
14
15
16
# File 'lib/flydata/command/sender.rb', line 8

def self.slop_start
  Slop.new do
    on 'n', 'no-daemon', 'Start FlyData agent as a regular program'
    on 'e', 'no-email', 'Skip sending init-sync-start notification email'
    on 'y', 'yes', 'Skip command prompt assuming yes to all questions.  Use this for batch operation.'
    on 'force-run', 'Run forcefully, ignoring exclusive run info'
    on 'auto-create', 'Create tables on Redshift automatically'
  end
end