Tagged Questions
1
vote
4answers
345 views
Python magical main() signature like Perl 6
Does python have any way to easily and quickly make CLI utilities without lots of argument parsing boilerplate?
In perl6, the signature for the MAIN sub automagically parses command line arguments.
...