Closed
Description
The AutoMooncake docs state:
config
: eithernothing
or an instance ofMooncake.Config
-- see the docstring ofMooncake.Config
for more information.AutoMooncake(; config=nothing)
is equivalent toAutoMooncake(; config=Mooncake.Config())
, i.e. the default configuration.
so can config=nothing
be the default? Why do I need to explicitly write config=nothing
?
Metadata
Metadata
Assignees
Labels
No labels