Method: MySQLDBTool.run_opt
- Defined in:
- lib/mysql_db_tool.rb
.run_opt(options, opts) ⇒ Object
29 30 31 32 33 |
# File 'lib/mysql_db_tool.rb', line 29 def self.run_opt(, opts) opts.on("-r", "--run", "Run the backup (default: false) or Just show the commands") do [:run] = true end end |