njpatel/grpcc

Running command in non-interactive mode

vearutop opened this issue ยท 1 comments

I tried and failed to find how to perform gRPC call in non-interactive mode. Is it possible?

Btw, interactive mode is gorgeous! Thanks ๐Ÿ‘

Done! Added support for both string evaluation and script evaluation, check it out: https://github.com/njpatel/grpcc#--eval----exec .

Cheers!