lib/procemon/function/argv.rb in procemon-0.0.6 vs lib/procemon/function/argv.rb in procemon-0.0.7
- old
+ new
@@ -20,13 +20,10 @@
Application.daemon= "start"
when "--kill","-kill"
Application.daemon= "stop"
- when "--debuger","-bugger"
- require "debugger"
- debugger
when "--config","-c"
Application.config_file= ARGV[(ARGV.index(one_param)+1)]
when "--environment","-e"
@@ -52,11 +49,9 @@
"-doc","",
"This is for set target ENV to the Application by name",
"--environment","-e","",
"this is for target a config file:",
"--config","-c","",
- "This is for use debugger (development tool)",
- "--debug","-bug","",
"This is for start application as a forked background process",
"--daemon","-d","",
"This is for drop database data",
"--db_drop","--drop_database","-dbdrop","",
"This is for send init command at start up for database",