#I'm getting this error unless I add the

1 messages · Page 1 of 1 (latest)

full fable
#

Yeah, that's because you don't have a default value for source, so it's a required argument.

languid flint
#

yeah, but i cant pass the argument

#

it ignores the --source=.

full fable
#

Oh? What's the full command you're using?

#

It's possible that flag isn't in the right place

languid flint
#

dagger call build --source=.

full fable
#

It has to be:

dagger call --source=. build

Otherwise you're trying to pass that value to the Build function, instead of the constructor.