cbt-tunnel-nodejs
cbt-tunnel-nodejs copied to clipboard
Better documentation of options
It took me a while to find the option nokill
, and this was only after I went through the source code.
More accurate documentation will be forthcoming.
Hi @futagoza , what does nokill do and how did you use it?
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.