
NAME patcher
SYNOPSIS
       patcher [--host=localhost] [--user=www] [--db=my_db] [--install] [--plugin=NAP::DC] patch_dir

OPTIONS
   --install
       TBA - install the patcher schema before doing anything else

   --host
       Host of the database. Defaults to localhost

   --user
       User for connecting to the database. Defaults to www

   --database
       Name of the database

   --chop
       When patching remove this from the absolute path of the patch file to make the logging of patches relative from a certain point. Defaults to $PWD

   --retry
       For patches that have failed retry

   --add
       Any files found that haven't been run, just add them as if they run successfully

   --plugin
       TBA - specify a plugin to load and provide defaults/custom handling

AUTHOR
       Jason Tang


