colcon / colcon-mixin

Extension for colcon to read CLI mixins from files
http://colcon.readthedocs.io
Apache License 2.0
2 stars 7 forks source link

Switch to ActionCollectorDecorator, add SuppressRequiredActions #37

Closed cottsay closed 1 year ago

cottsay commented 2 years ago

It is necessary to suppress argument requirements during pre-parsing to ensure that missing positional arguments don't take precedence over the full --help text, which is already suppressed during pre-parsing.

Should be merged shortly after colcon/colcon-core#477 has been released, which is required for this change.