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
Fix the cli entry-point and test_suite Use Click for cli #205
The tests should call the executable directly and parse the stdout/stderr
The cli could use some more standard cli libraries. click is a good option because it also generates appropriate man pages
The text was updated successfully, but these errors were encountered:
I am gathering up a few tasks that should be done to modernize the python libraries used
pathlib.Path
instead ofos.path
check_directives
mypy
checks Type hints #203The tests should call the executable directly and parse the stdout/stderr
The cli could use some more standard cli libraries.
click
is a good option because it also generates appropriate man pagesThe text was updated successfully, but these errors were encountered: