chshersh / iris

🌈 Haskell CLI Framework supporting Command Line Interface Guidelines
https://hackage.haskell.org/package/iris
Mozilla Public License 2.0
176 stars 21 forks source link

Interactive terminal and --no-input #34

Closed chshersh closed 2 years ago

chshersh commented 2 years ago

Add a field in the CLI environment, telling if the terminal is interactive. Also add the --no-input option to disable all interactive actions, e.g. the one from this issue:

chshersh commented 2 years ago

Resolved by #55