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
I'm not sure if we can fix it, since this part of the behavior of argparse inside. I'm also not sure if I can fix the format it shows the help (notice that it doesn't mention the = format) since this also uses the builtin format.
An equal sign is required before the argument's value.
For example,
pkgcheck scan --help
says:but
pkgcheck scan --checks "-VisibilityCheck"
while
pkgcheck scan --checks="-VisibilityCheck"
is OK.
pkgcheck 0.10.24
snakeoil 0.10.5
The text was updated successfully, but these errors were encountered: