wriver4 / nanoframework

Automatically exported from code.google.com/p/nanoframework
1 stars 0 forks source link

Cli class : bug in parameter_exists() #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
parameter_exists() check for the whole parameter string.

Ex:
The parameter string is "--db=mydb"
It should test only the name part : "--db="

Original issue reported on code.google.com by stephane...@gmail.com on 17 Feb 2011 at 11:52

GoogleCodeExporter commented 8 years ago

Original comment by stephane...@gmail.com on 12 Apr 2011 at 12:44