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

[Feature request] Add help switch to all tasks #279

Open
KajinOnd opened this issue Feb 27, 2025 · 0 comments
Open

[Feature request] Add help switch to all tasks #279

KajinOnd opened this issue Feb 27, 2025 · 0 comments

Comments

@KajinOnd
Copy link

Poe shows full documentation of all configured tasks when invoked with poe --help. However, invokingpoe <task> --help results in error.

When dozens of tasks are defined, it's tedious to search for the help of a specific task (yes, can be solved with grep -A).

How to reproduce

  • use the enclosed pyproject.txt file (sorry for .txt, GH doesn't accept .toml)
  • run poe <task> --help, it crashes with poe ls: error: unrecognized arguments: --help

Desired behaviour

  • the help is displayed, something like
Usage: 
  poe ls directory
Options:
  directory           Directory to list [default: .]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant