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
My first thought is that this is an issue with the click parameter subclass that ingests an arbitrary number of arguments. Click does not natively have a mechanism like argparse nargs=“+”
this command:
fails with a schema error:
and that's because the
pkgs
schema is expecting a list and getting a string of tuple.The text was updated successfully, but these errors were encountered: