You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 26, 2025. It is now read-only.
I'm trying to invoke cli command from terminal, can anyone give an example of this invocation?.
I have a project named "templateFast" and I tried:
At c:\templateFast path:
c:\templateFast> python project/__main__.py --help
Traceback (most recent call last):
File "C:\.....\templateFast\templatefast\__main__.py", line 2, in <module>
from .cli import cli
ImportError: attempted relative import with no known parent package
At c:\templateFast\templateFast path throw the same error
The execution with python -m don't run in any case