q icon indicating copy to clipboard operation
q copied to clipboard

add ability to also print to stdout

Open ghost opened this issue 7 years ago • 1 comments

this is really useful for CLi apps also.

so when i do q.Q(variable), it also prints out to the STDout

I coudl tail the temp log, but then i loose control of intermixing. for example i want everything to go to tmp log but only some things to go to stdout. I sort of started to use this for nice formatting

https://github.com/olekukonko/tablewriter

ghost avatar Dec 12 '18 11:12 ghost

ah i just saw the other dude asking for this.

your suggestion of q.Stdout() would do..

how about it :)

ghost avatar Dec 12 '18 11:12 ghost