Feat rc_util add function
Compare changes
- Bo-Chun Chen authored
+ 2
− 4
@@ -17,11 +17,9 @@ def add_account(username, full='', reason=''):
added get_args
function: return parsed args
support -v, --verbose
and -n, --dry-run
arguments now.
added get_logger
function: return a logger instance
the default logger format will be: TIME [MODULE_NAME] - MESSAGE
the default logging level is WARNING