Skip to content

Implement parsing for -Dkey=value #7

Description

@Matographo

Summary

Support direct variable injection from the CLI.

Why

-Dkey=value is the minimum viable variable input mechanism for nearly all CLI usage.

Deliverables

  • CLI parsing for -Dkey=value
  • Validation of malformed definitions
  • Integration into the variable store

Acceptance Criteria

  • -Dname=Alice sets name correctly
  • Multiple -D flags are processed in order
  • Invalid forms return a CLI or configuration error

Dependencies

Metadata

Metadata

Assignees

No one assigned

    Labels

    cliCommand-line interface behavior and parsingconfigRules, settings, and configuration handlingpriority:highHigh-priority work itemtestingAutomated testing and validation coverage

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions