Open bprather opened 4 years ago
Currently, ipole takes parameters in the form
name value
And NOT
name=value name = value name\tvalue etc.
It should make a bona-fide effort to parse some of these forms, or stick to a more flexible harm-like format. Related to #8
If this enhancement is implemented, I suggest also parsing with :
Currently, ipole takes parameters in the form
name value
And NOT
name=value name = value name\tvalue etc.
It should make a bona-fide effort to parse some of these forms, or stick to a more flexible harm-like format. Related to #8