True if option has at least one non-positional name
| 4013 | |
| 4014 | /// True if option has at least one non-positional name |
| 4015 | bool nonpositional() const { return (snames_.size() + lnames_.size()) > 0; } |
| 4016 | |
| 4017 | /// True if option has description |
| 4018 | bool has_description() const { return description_.length() > 0; } |
no test coverage detected