-
-
Notifications
You must be signed in to change notification settings - Fork 261
Closed
Labels
good first issueThis seems like a good issue if you're a new contributor.This seems like a good issue if you're a new contributor.help wantedWe would be willing to take a well-written PR to help fix this.We would be willing to take a well-written PR to help fix this.
Description
Describe the bug
The recent change to stop using the pager when displaying help text only works for top-level help. If I do, e.g. "command subCommand -h" the pager is still used.
To Reproduce
Steps to reproduce the behavior:
- Using this version of the library '2.3.3'
- Change was added here: #216
- With these arguments 'command subCommand -h'
- Pager is still being used when app.UserPagerForHelpText = false
Expected behavior
The pager should never be used if UsePagerForHelpText is false.
Metadata
Metadata
Assignees
Labels
good first issueThis seems like a good issue if you're a new contributor.This seems like a good issue if you're a new contributor.help wantedWe would be willing to take a well-written PR to help fix this.We would be willing to take a well-written PR to help fix this.