szaghi / FLAP

Fortran command Line Arguments Parser for poor people
151 stars 34 forks source link

Implement fake arguments parsed from string input #28

Closed szaghi closed 9 years ago

szaghi commented 9 years ago

It could be usegul to have a method for parsing CLAs contained into input string, read https://docs.python.org/3/library/argparse.html#the-parse-args-method

szaghi commented 9 years ago

Done