Closed
Description
Description of the problem, including code/CLI snippet
I would like to be able to invoke the CLI without any console_script wrappers by using Python's built-in runpy module, i.e.:
python -m gitlab --help
Expected Behavior
Invoke the CLI.
Actual Behavior
Error is emitted:
No module named gitlab.__main__; 'gitlab' is a package and cannot be directly executed
Specifications
- python-gitlab version: 1.8.0
- API version you are using (v3/v4): n/a
- Gitlab server version (or gitlab.com): n/a
Metadata
Metadata
Assignees
Labels
No labels