-
-
Notifications
You must be signed in to change notification settings - Fork 261
Closed
Labels
closed-duplicateThis issue is closed because it is a duplicate of another issue.This issue is closed because it is a duplicate of another issue.
Milestone
Description
Describe the bug
If using the built-in app.HelpOption();
, running the app with --help doesn't exit the app after printing help. This is cumbersome. The app should exit instead of locking
Expected behavior
The app should exit instead of locking
Additional context
Running apps with complex parameters it's usual to just run --help first to get a sense of available options, and then start constructing the parameters one wishes to use. Since the app locks (and clears when exiting) this requires two side-by-side windows open, which shouldn't be necessary.
Metadata
Metadata
Assignees
Labels
closed-duplicateThis issue is closed because it is a duplicate of another issue.This issue is closed because it is a duplicate of another issue.