Open
Description
Pyre Bug
Bug description
When trying to run pyre
(just pyre
without arguments, or also with other arguments that worked before), I now always get:
Usage: pyre [OPTIONS] COMMAND [ARGS]...
Try 'pyre -h' for help.
Error: Invalid value for '--version': <VersionKind.NONE: 'none'> is not one of 'none', 'client', 'client_and_binary'.
The only difference between a previous successfully CI run and the current situation is that click got updated from 8.1.x to 8.2.0.
Reproduction steps
Install pyre with click 8.2.0, run any pyre
command like just pyre
.
Expected behavior
It does what requested on the command line.
Logs
Please include any relevant logs here:
Usage: pyre [OPTIONS] COMMAND [ARGS]...
Try 'pyre -h' for help.
Error: Invalid value for '--version': <VersionKind.NONE: 'none'> is not one of 'none', 'client', 'client_and_binary'.
Metadata
Metadata
Assignees
Labels
No labels