Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

search has no --only-name (-N) option #2803

Closed
1 task done
bphunter1972 opened this issue Aug 13, 2020 · 2 comments · Fixed by #2804
Closed
1 task done

search has no --only-name (-N) option #2803

bphunter1972 opened this issue Aug 13, 2020 · 2 comments · Fixed by #2804
Assignees
Labels
area/docs Documentation issues/improvements

Comments

@bphunter1972
Copy link

  • I have searched the issues of this repo and believe that this is not a duplicate.

Issue

https://python-poetry.org/docs/cli/#search says that the search command has an option, --only-name, but it does not.

▶ 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.

image

@bphunter1972 bphunter1972 added area/docs Documentation issues/improvements status/triage This issue needs to be triaged labels Aug 13, 2020
@finswimmer
Copy link
Member

Good catch @bphunter1972 👍

@finswimmer finswimmer removed the status/triage This issue needs to be triaged label Aug 13, 2020
@finswimmer finswimmer self-assigned this Aug 13, 2020
@abn abn closed this as completed in #2804 Aug 14, 2020
Copy link

github-actions bot commented Mar 3, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/docs Documentation issues/improvements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants