You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I've really enjoyed using this library, and I think the docs and parameters data can be used for some interesting integrations, like generating more shell auto-completions, manpages, and Markdown documentation.
Describe the solution you'd like
Provide an option or "plugin" (similar to the existing auto-completion package) that generates a Usage spec file to be used by the usage CLI for accomplishing the feature requests listed above.
Describe alternatives you've considered
Create individual packages that provide each of these features, including extending support for other shells besides bash in the existing auto-completion package.
Additional context
This is an early spec and may be subject to change, so I understand if it's not ready for adding to this core repo.
The text was updated successfully, but these errors were encountered:
I don't think we have the desire to support this directly (at least at this time), but it definitely could still be built today. The types for Application/RouteMap/Command already exposed by @stricli/core should be enough to construct one of these Usage spec files. This could be built as a separate package, and then potentially it could be incorporated as a first-party package if it made sense for our larger product plan. Please let me know on this issue if there's any data that the API does not provide.
Is your feature request related to a problem? Please describe.
I've really enjoyed using this library, and I think the docs and parameters data can be used for some interesting integrations, like generating more shell auto-completions, manpages, and Markdown documentation.
Describe the solution you'd like
Provide an option or "plugin" (similar to the existing auto-completion package) that generates a Usage spec file to be used by the
usage
CLI for accomplishing the feature requests listed above.Describe alternatives you've considered
Create individual packages that provide each of these features, including extending support for other shells besides bash in the existing auto-completion package.
Additional context
This is an early spec and may be subject to change, so I understand if it's not ready for adding to this core repo.
The text was updated successfully, but these errors were encountered: