seqeralabs / seqera-kit

Python implementation and field-tool for automated pipeline launching through Tower CLI (beta)
Apache License 2.0
25 stars 6 forks source link

Fix argparse in CLI interface #82

Closed ejseqera closed 1 year ago

ejseqera commented 1 year ago

Allows the main method to be called with custom arguments when imported as a module, which is necessary for cases like providing --help from another script or an interactive session.