-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
0 / 20 of 2 issues completedMilestone
Description
Description:
Many core Linux CLI tools provide a consistent pattern for options that can be explicitly toggled on/off or left to automatic detection:
--<feature>=[yes|no|auto]
This pattern makes CLI behavior more predictable and script-friendly, especially when output depends on context (e.g. whether stdout is a TTY, environment variables, or configuration defaults).
Proposal:
- Introduce support for a general
yes|no|autostyle for relevant CLI flags. - Default to
autowhen the option is omitted. - Apply this consistently across features where “automatic detection” currently exists but cannot be explicitly overridden.
Examples:
--color=[yes|no|auto]
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels