Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve argparse usage | Bryan Newbold | 2019-12-11 | 1 | -10/+12 |
| | | | | | | | | | | | | | | 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. | ||||
* | refactor all python source for client lib name | Bryan Newbold | 2019-09-05 | 1 | -3/+3 |
| | |||||
* | remove typo duplication in fatcat_util.py | Bryan Newbold | 2019-03-19 | 1 | -3/+0 |
| | | | | Thanks CI pylint! | ||||
* | submit and accept editgroups from fatcat_util | Bryan Newbold | 2019-03-19 | 1 | -2/+24 |
| | |||||
* | add commit (missing) fatcat_util.py file | Bryan Newbold | 2019-03-15 | 1 | -0/+54 |