aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_webface.py
Commit message (Collapse)AuthorAgeFilesLines
* improve argparse usageBryan Newbold2019-12-111-1/+2
| | | | | | | | | | | | | | Use --fatcat-api-url instead of (ambiguous) --host-url for commands that aren't deployed/running via systemd. TODO: update the other --host-url usage, and either roll-out change consistently or support the old arg as an alias during cut-over Use argparse.ArgumentDefaultsHelpFormatter (thanks Martin!) Add help messages for all sub-commands, both as documentation and as a way to get argparse to print available commands in a more readable format.
* get webface working againBryan Newbold2018-11-121-1/+1
|
* remove sqlite cruftBryan Newbold2018-11-121-15/+1
|
* rename python scriptsBryan Newbold2018-07-261-0/+37