cbt-tunnel-nodejs icon indicating copy to clipboard operation
cbt-tunnel-nodejs copied to clipboard

Better documentation of options

Open futagoza opened this issue 6 years ago • 3 comments

It took me a while to find the option nokill, and this was only after I went through the source code.

futagoza avatar Feb 22 '19 13:02 futagoza

More accurate documentation will be forthcoming.

rosesandhello avatar Feb 25 '19 15:02 rosesandhello

Hi @futagoza , what does nokill do and how did you use it?

christophhuber81 avatar Sep 17 '19 12:09 christophhuber81

Sorry @christophhuber81, I gave up on trying to use this (a lot of factors involved).

As for the option nokill, it basically stops cbt-tunnel from killing the Node.js process it's using as an error (e.g. process.exit(1)), this way there's less output afterwards. I can't remember for sure, but I was probally either trying to parse the output for something or making sure there's less scrolling to do when viewing the output via VS Code.

futagoza avatar Sep 17 '19 13:09 futagoza