cli entries do not work exactly as I suspected #680
jgriesfeller
started this conversation in
help wanted
Replies: 1 comment
-
Different invocations use different entry points.
The direct invocation calls the CLI trough the
Here you are accessing the CLI trough the entry point defined as part of the package. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have added some new entry points to pyaerocom for my paralleisation effort (#663):
pyaerocom/setup.cfg
Lines 64 to 65 in 0ebc275
Unfortunately they do not work as the pure command line usage. They load pyaerocom first, checking e.g Lustre access. This is entirely useless if a user just wants to see the help.
direct usage:
via cli:
What am I doing wrong?
The cli is not finished btw
Beta Was this translation helpful? Give feedback.
All reactions