True if the argument can be given directly
| 4010 | |
| 4011 | /// True if the argument can be given directly |
| 4012 | bool get_positional() const { return pname_.length() > 0; } |
| 4013 | |
| 4014 | /// True if option has at least one non-positional name |
| 4015 | bool nonpositional() const { return (snames_.size() + lnames_.size()) > 0; } |
no test coverage detected