my-task --boolean
(self)
| 84 | self._compare_names("sub-coll", "sub-coll.sub-task") |
| 85 | |
| 86 | def boolean_args(self): |
| 87 | "my-task --boolean" |
| 88 | self._compare("--boolean", "boolean", True) |
| 89 | |
| 90 | def flag_then_space_then_value(self): |
| 91 | "my-task --mystring foo" |