Sylvan LE DEUNFF
Sylvan LE DEUNFF
Fixes [issue 875](https://github.com/hugapi/hug/issues/875) concerning help message format when using subcommands.
# CLI help message seems broken when using subcommands ## Example for the following code *Content of `manage.py`* ```python """ Manage database objects Usage: manage [-h] COMMAND [options] """ import...
I am trying to create a detached environment for CI where dependencies are pinned in a requirements file to make reproducible builds. - So I need to avoid installing dependencies...