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
I am gathering up a few tasks that should be done to modernize the python libraries used
pathlib.Pathinstead ofos.pathcheck_directivesmypychecks Type hints #203The tests should call the executable directly and parse the stdout/stderr
The cli could use some more standard cli libraries.
clickis a good option because it also generates appropriate man pages