jakeheis / SwiftCLI

A powerful framework for developing CLIs in Swift
MIT License
861 stars 72 forks source link

Make input publicly configurable #83

Closed yonaskolb closed 5 years ago

yonaskolb commented 5 years ago

This makes it possible to publicly edit the readLine() that InputReader uses. It also moves read() from Input to Term

jakeheis commented 5 years ago

Looks good to me, thanks for the improvement!