Closed bchmnn closed 5 months ago
This pull removes the argparse dependency from requirements.txt, since it is part of the stdlib.
Reference: https://github.com/nix-community/poetry2nix/pull/1654
I've added the __main__.py file so that the application can be executed via python —m enochecker_cli. If that is not desired, I can remove it.
__main__.py
python —m enochecker_cli
Tests are passing. Args are parsed as intended. Please confirm.
This pull removes the argparse dependency from requirements.txt, since it is part of the stdlib.
Reference: https://github.com/nix-community/poetry2nix/pull/1654
I've added the
__main__.py
file so that the application can be executed viapython —m enochecker_cli
. If that is not desired, I can remove it.Tests are passing. Args are parsed as intended. Please confirm.