daniele77 / cli

A library for interactive command line interfaces in modern C++
Boost Software License 1.0
1.24k stars 140 forks source link

Is it possible to pipe input? #196

Closed diehard2 closed 1 year ago

diehard2 commented 1 year ago

I suppose this is a question/feature request. It would be super useful to be able to pipe commands or redirect to a file. Not sure how one would even go about that. Maybe overloading on ostream. Anyway, super useful library, thanks for the hard work!