Method: Fallen::CLI#fallen_usage
- Defined in:
- lib/fallen/cli.rb
#fallen_usage ⇒ Object
15 16 17 18 19 20 21 22 23 24 25 26 |
# File 'lib/fallen/cli.rb', line 15 def fallen_usage <<-USAGE Fallen introduced command line arguments: -D Daemonize this process -C Change directory. -P Path to PID file. Only used in daemonized process. -out Path to redirect STDOUT. -err Path to redirect STDERR. -in Path to redirect STDIN. USAGE end |