Skip to content

Commit

Permalink
global: split cli.py into different modules
Browse files Browse the repository at this point in the history
* `cli.py` was getting very big and unmanageable, around 2500 LOC,
  since we expect the tool to grow quickly we are splitting it
  into several modules.
  • Loading branch information
reana-team authored and Diego Rodriguez committed Aug 5, 2020
1 parent 0d65fb6 commit d825f12
Show file tree
Hide file tree
Showing 17 changed files with 2,881 additions and 2,580 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ include *.html
include *.sh
include pytest.ini
prune docs/_build
recursive-include reana *.py
recursive-include docs *.py
recursive-include docs *.png
recursive-include docs *.rst
Expand Down
2 changes: 1 addition & 1 deletion docs/developerguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ simplifies working with multiple repositories during local development and
integration testing. You can use ``--help`` option to see the detailed usage
instructions.

.. click:: reana.cli:cli
.. click:: reana.reana_dev.cli:reana_dev
:prog: reana-dev

Debugging
Expand Down
Loading

0 comments on commit d825f12

Please sign in to comment.