Skip to content

Breaking but unimportant changes #137

Open
@alexpovel

Description

@alexpovel

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 currently Option<bool> which is stupid and confusing. It should be its own enum along the lines of

    enum 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions