-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
I know this change was intentional (#2270), but am hoping the team would reconsider.
A single character can be limiting and result in counterintuitive/weird short parameters.
Real-ish example of where multi-character shorts would be nice:
program
.option('-k, --kill', 'kill orphaned reports')
.option(
'-sk, --skipExtract',
"don't load results into database; intended for cases where you already have a fully populated database",
)
.option(
'-sd, --skipPublish',
"don't publish results the overall results; intended for cases where we are to archive the results but not push them to the entire team",
);Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels