clipperhouse / jargon

Tokenizers and lemmatizers for Go

Home Page:https://clipperhouse.com/jargon/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a flag to save output to a file

kevin-montrose opened this issue · comments

Building upon #6

On some platforms it's a pain to redirect output correctly (for example, .NET's Process isn't super friendly for that), and without significant overhead. The alternative is having a shell run the actual command, which can also be irritating to do.

Presumably something like -o <outputfile>, to go along with -f, would solve this.