merging "run" and "init" into a single subcommand (the init and run step/pipeline states still remain). The pipeline can now be fully executed with a single command
adding options to "run" subcommand to reinit or rerun failed pipeline
pipeline stop subcommand now correctly implemented
adding a more robust behavior unit tests for the CLI subcommands testing expected behavior and proper logging when using the CLI incorrectly
added the .state property for the OpusPocusPipeline class for a more summarized pipeline status reports
fixed (mostly run-related) bugs the became more obvious after adding additional unit tests
included missing docstrings for tests/ and removed several noqas
Mainly an opuspocus_cli update. Includes: