Print Options of optparse

Enchanter ensoul.magazine at gmail.com
Thu Dec 17 02:10:26 EST 2009


I am learning Python and uising optparse to handle command-line
options. But I am not sure who to print the options' content below:

.....

options, args = parser.parse_args()




More information about the Python-list mailing list