Multilingual command line
A detailed documentation is available here.
All the test cases can be run in the following manner
$ python3 -m tests.tests
Code coverage report can also be generated by running the unit tests using the coverage tool.
$ coverage run --source=multilingualcl -m unittest tests.tests
$ coverage report -m
- John Samuel
- Rethinking the command line, Capitole du Libre, Toulouse, France, November 19, 2017, Slides
- Building a Multilingual Command Line, Debian Conference (DebConf20), August 25, 2020 Slides
All code are released under GPLv3+ licence. The associated documentation and other content are released under CC-BY-SA.