pegleg/pegleg/cli
Ian H. Pittwood fff70ad861 Refactors pegleg CLI to use single commands
Debugging pegleg can currently be difficult and the Click CLI does not
easily allow debuggers like pdb or PyCharm to use breakpoints. By moving
all CLI command calls into singular functions, we can easily create an
"if __name__ == '__main__'" entry point to call these functions and
investigate any bugs that may arise.

We also gain the ability to reuse more portions of our code by
refactoring these methods.

Change-Id: Ia9739931273eb6458f82dbb7e702a505ae397ae3
2019-12-17 19:32:28 +00:00
..
__init__.py Refactors pegleg CLI to use single commands 2019-12-17 19:32:28 +00:00
commands.py Refactors pegleg CLI to use single commands 2019-12-17 19:32:28 +00:00
utils.py Refactors pegleg CLI to use single commands 2019-12-17 19:32:28 +00:00