You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sfn ... --load-existing false
ERROR: Invalid type for `load_existing` (false <String>). Valid - TrueClass,FalseClass,NilClass,NilClass
I also tried the maybe supported --no-load-existing, but that did not work either.
I think the solution would be to add a custom parser as: -> {} that returns false when the string false was passed ... does this sound correct, would you accept a PR for that ?
The text was updated successfully, but these errors were encountered:
I also tried the maybe supported
--no-load-existing
, but that did not work either.I think the solution would be to add a custom parser
as: -> {}
that returnsfalse
when the string false was passed ... does this sound correct, would you accept a PR for that ?The text was updated successfully, but these errors were encountered: