-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Most of the config parsing logic has been written with the expectation that cmd line args are provided with long flags (e.g. --my-arg), there may be may parts of the code base that don't currently support handling short flags (e.g. -v) as would be expected.
Describe the solution you'd like
- Review the code base around parsing manifest JSON/registry data (where we examine installation data)
- Review the code base around parsing config files (e.g.
mcpd config export)
Self-Checklist
- I have read the Contributing Guidelines.
- I have searched the existing issues and found no duplicate.
- I have provided a clear and concise description of the problem.
- I have provided a clear and concise description of the proposed solution.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request