I like the cmdln framework for writing programs that work like svn command argument but it only works in Python 2. What’s a good Python 3 alternative?
I like the cmdln framework for writing programs that work like svn command argument
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
argparsemodule from Python’s standard library also supports commands, and it works in both, Python 2.x and 3.x.