Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing cmd interface run_block behavior (#76)
* Fixing bug: changing run_block arguments from postional to keyword args; improving stage/block selection. Co-authored-by: Cosimo Lupo <[email protected]> * add flexibilty for block/stage/profile run selection to both keyword and positional argument * Update cobrawap/__main__.py Co-authored-by: Cosimo Lupo <[email protected]> * formatting * run_block with separate --stage and --block selection; stage selection via index or name; code cleanup * Update cobrawap/cmd_utils.py Co-authored-by: Cosimo Lupo <[email protected]> * Update cobrawap/__main__.py Co-authored-by: Cosimo Lupo <[email protected]> * Update cobrawap/__main__.py Co-authored-by: Cosimo Lupo <[email protected]> * adding line indent * Update cobrawap/cmd_utils.py Co-authored-by: Cosimo Lupo <[email protected]> * cleanup * Update cobrawap/cmd_utils.py Co-authored-by: Cosimo Lupo <[email protected]> --------- Co-authored-by: Cosimo Lupo <[email protected]>
- Loading branch information