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
▶ poetry help search
USAGE
poetry search <tokens1> ... [<tokensN>]
ARGUMENTS
<tokens> The tokens to search for.
GLOBAL OPTIONS
-h (--help) Display this help message
-q (--quiet) Do not output any message
-v (--verbose) Increase the verbosity of messages: "-v" for normal output, "-vv" for more verbose output and "-vvv" for debug
-V (--version) Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n (--no-interaction) Do not ask any interactive question
▶ poetry search --only-name
[NoSuchOptionException]
The "--only-name" option does not exist.
The text was updated successfully, but these errors were encountered:
Issue
https://python-poetry.org/docs/cli/#search says that the search command has an option, --only-name, but it does not.
The text was updated successfully, but these errors were encountered: