galaxy-language-server icon indicating copy to clipboard operation
galaxy-language-server copied to clipboard

[Feature] Custom command for cleaning up default values

Open davelopez opened this issue 4 years ago • 0 comments

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" />

davelopez avatar Oct 04 '21 09:10 davelopez