Method: Flydata::Command::Sync.slop_flush
- Defined in:
- lib/flydata/command/sync.rb
.slop_flush ⇒ Object
54 55 56 57 58 |
# File 'lib/flydata/command/sync.rb', line 54 def self.slop_flush Slop.new do on 'y', 'yes', 'Skip command prompt assuming yes to all questions. Use this for batch operation.' end end |