We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3298944 commit 70fb627Copy full SHA for 70fb627
bioimageio/core/cli.py
@@ -262,6 +262,9 @@ class UpdateFormatCmd(CmdBase, WithSource):
262
263
Updated bioimageio.yaml is rendered to the terminal if the output is None.
264
"""
265
+ # TODO: exclude default values (without braking discriminated unions)
266
+ # exclude_defaults: bool = Field(True, alias="exclude-defaults")
267
+ # """Exclude fields that have the default value."""
268
269
def run(self):
270
updated = update_format(self.source, output=self.output)
0 commit comments