aj-bagwell / clio

A rust library for parsing command line file name arguements
13 stars 8 forks source link

Make seek work with stdin/stdout #15

Open aj-bagwell opened 1 year ago

aj-bagwell commented 1 year ago

If a file is piped in to the program stdin will be a normal file and therefore seeking should work.

This may need to get seek implemented in core rust or some nefarious hacks to steal the file handle.