Skip to content

Conversation

@wotan-allfather
Copy link

Add display of dependsOn and exclusive flag properties in the command help output. This helps users understand flag dependencies without relying solely on error messages or descriptions.

Example output:
--config= config file
<depends on: --environment>
--quiet quiet output
<exclusive with: --verbose>

Closes #1002

Add display of dependsOn and exclusive flag properties in the command help
output. This helps users understand flag dependencies without relying solely
on error messages or descriptions.

Example output:
  --config=<value>  config file
                    <depends on: --environment>
  --quiet           quiet output
                    <exclusive with: --verbose>

Closes oclif#1002
@salesforce-cla
Copy link

salesforce-cla bot commented Feb 7, 2026

Thanks for the contribution! Before we can merge this, we need @wotan-allfather to sign the Salesforce Inc. Contributor License Agreement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

flag level help can show exclusive/dependsOn

1 participant