Skip to content

Config: Support for parsing short flags #111

@peteski22

Description

@peteski22

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions