Skip to content

Commit d8eb5dc

Browse files
committed
add source default
1 parent 1f741d9 commit d8eb5dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bioimageio/core/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ def log(self, descr: Union[ResourceDescr, InvalidDescr]):
121121

122122

123123
class WithSource(ArgMixin):
124-
source: CliPositionalArg[str]
125-
"""Url/path to a bioimageio.yaml/rdf.yaml file
124+
source: CliPositionalArg[str] = "."
125+
"""Url/path to a (folder with a) bioimageio.yaml/rdf.yaml file
126126
or a bioimage.io resource identifier, e.g. 'affable-shark'"""
127127

128128
@cached_property

0 commit comments

Comments
 (0)