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
This might be useful, or else I assume we wouldn't have added it? Maybe a thing to remove?
Describe the solution you'd like
If we keep it, we should modify our packaging files such that you don't need to provide the python -m and can just call serpentTools from the command line and it works
See the setuptools docs for the addition of a "console script" section to pyproject.toml
The text was updated successfully, but these errors were encountered:
One of the commands is list which shows the settings from the yaml file to control the parsers. But, #339 moves to deprecate that functionality so that will be one less command line tool out the way
Is your feature request related to a problem? Please describe.
We have an entry point that lets people do thing with
python -m serpentTools
- https://serpent-tools.readthedocs.io/en/master/command-line.htmlThis might be useful, or else I assume we wouldn't have added it? Maybe a thing to remove?
Describe the solution you'd like
If we keep it, we should modify our packaging files such that you don't need to provide the
python -m
and can just callserpentTools
from the command line and it worksSee the
setuptools
docs for the addition of a "console script" section to pyproject.tomlThe text was updated successfully, but these errors were encountered: