Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Implement parsing for -Dkey=@file and @@ escaping #8
Copy link
Copy link
Open
Labels
cliCommand-line interface behavior and parsingCommand-line interface behavior and parsingconfigRules, settings, and configuration handlingRules, settings, and configuration handlingpriority:highHigh-priority work itemHigh-priority work itemtestingAutomated testing and validation coverageAutomated testing and validation coverage
Milestone
Description
Metadata
Metadata
Assignees
Labels
cliCommand-line interface behavior and parsingCommand-line interface behavior and parsingconfigRules, settings, and configuration handlingRules, settings, and configuration handlingpriority:highHigh-priority work itemHigh-priority work itemtestingAutomated testing and validation coverageAutomated testing and validation coverage
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
@@escapes@without triggering file readsDependencies