Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.argparse: Move exiting and error to util.startup | Kim Alvefur | 2020-06-17 | 1 | -5/+2 |
| | | | | | | | | It's not so nice to have a library that exits the entire application from under you, so this and the error reporting belongs in util.startup. The argparse code was originally in util.startup but moved out in 1196f1e8d178 but the error handling should have stayed. | ||||
* | util.startup: Break out command line argument parsing into util.argparse | Kim Alvefur | 2020-02-19 | 1 | -0/+58 |
This will allow using it from other places such as prosodyctl sub-commands and plugins |