Closed jdufresne closed 5 years ago
Allows running the following command to execute the CLI
$ python -m unidecode ...
https://docs.python.org/3/library/__main__.html
For a package, the same effect can be achieved by including a main.py module, the contents of which will be executed when the module is run with -m.
Hey. Thanks again for all the clean up pull requests you made recently. They are all merged into master now. I really appreciate the effort.
Allows running the following command to execute the CLI
https://docs.python.org/3/library/__main__.html