Class | Resque::Scheduler::Cli |
In: |
lib/resque/scheduler/cli.rb
|
Parent: | Object |
BANNER | = | <<-EOF.gsub(/ {6}/, '') Usage: resque-scheduler [options] Runs a resque scheduler process directly (rather than via rake). EOF .gsub(/ {6}/, '') |
OPTIONS | = | [ { args: ['-n', '--app-name [APP_NAME]', 'Application name for procline'], callback: ->(options) { ->(n) { options[:app_name] = n } } |
argv | [R] | |
env | [R] |