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

Don't re-add mixin arguments on multiple calls to parse_args #36

Closed cottsay closed 2 years ago

cottsay commented 2 years ago

Various functions in colcon rely on the ability to invoke parse_known_args multiple times. At present, there is only a single invocation of parse_args, but that may change. This appears to be the only hiccup doing so among the colcon common extensions.