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

[#34] Implement "--no-input" option and fix some typos #55

Closed charrsky closed 2 years ago

charrsky commented 2 years ago

As for now, the new option is perceived by CLI as a mandatory flag rather than as an option. Would be grateful for a review!

charrsky commented 2 years ago

Btw, does this option work now and displayed with square brackets in --help?

Yes, it does!