Skip to content

Implement parsing for -Dkey=@file and @@ escaping #8

Description

@Matographo

Summary

Load variable values from files and treat @@ as a literal @ escape sequence.

Why

File-backed values are required for larger templates and secrets-free content injection, while @@ prevents ambiguous parsing.

Acceptance Criteria

  • File-backed values load correctly
  • @@ escapes @ without triggering file reads
  • I/O failures return the expected error class

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