This can be a custom command to detect and automatically remove those attributes which value is the same as the default.
For example:
<param argument="--test" type="boolean" checked="false" />
will be automatically reduced to:
<param argument="--test" type="boolean" />
This can be a custom command to detect and automatically remove those attributes which value is the same as the default.
For example:
will be automatically reduced to: