### Discussed in https://github.com/orgs/cake-build/discussions/4373 <div type='discussions-op-text'> <sup>Originally posted by **pascalberger** October 23, 2024</sup> Having the following code in a Cake Frosting project: ``` var value = context.Argument<string>("foo"); ``` When running Cake with `--foo=bar` it worked in 4.0, but with 4.1 an `Argument 'foo' was not set` error is thrown. See https://github.com/pascalberger/cake-4373 for a repro.</div>