Nice repo! I am trying to create an application, in which it is unsafe to make either the argument name a positional argument, or a keyword argument having a default value.
shell> julia --project project/run.jl generate-smallgraph IndependentSet --name=petersen
ERROR: LoadError: options should have default values or make it a positional argument
Nice repo! I am trying to create an application, in which it is unsafe to make either the argument
name
a positional argument, or a keyword argument having a default value.The error message is
I wish it can be supported!