Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set a "deprecated:true" flag for CLI command generation YAML #673

Open
yuandrew opened this issue Sep 19, 2024 · 0 comments
Open

Set a "deprecated:true" flag for CLI command generation YAML #673

yuandrew opened this issue Sep 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@yuandrew
Copy link
Contributor

Instead of having a big string like

      +-----------------------------------------------------------------------------+
      | CAUTION: This command is deprecated and will be removed in a later release. |
      +-----------------------------------------------------------------------------+

for each command that's flagged to be deprecated, it would be easier if we have a deprecated: true flag that can be added to the YAML config, where the parser/generator would append the big string above when generating the command description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant