Skip to content

Echo conflicts with hide=True #295

Description

@bitprophet

E.g. run('something', hide=True) generally means "don't show the terminal that this is running at all, really", but inv -e <task with that run call in it> will still echo the command something in bold to the terminal. (Same if one directly does run('something', echo=True, hide=True).)

Should tweak it so that hide=True implies echo=False. I could see some use cases being mildly irritated by this, but I think it's far more likely that the current behavior is considered unintuitive.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions