Open
Description
These could be collected and then released all at once, to reduce churn and have a single "BREAKING CHANGES" section in a single release.
-
--stdin-override-to
is currentlyOption<bool>
which is stupid and confusing. It should be its own enum along the lines ofenum StdinPresence { Heuristic, // previously `None` ForceOn, // previously `Some(true)` ForceOff, // previously `Some(false)` }
which would read much neater on the CLI and also be less of a headache to understand ("what does
None
mean again?")
Metadata
Metadata
Assignees
Labels
No labels