Skip to content

Improve `toolforge-tunnel` CLI with error handling

MilkyDefer requested to merge cli-v2 into main

Bug: T325952

This pr gracefully handles failures, allows automatic retries (with backoff), and ctrl-c halting. There is still one except call (which panics on Err). I believe if that fails, the whole OS is working terribly wrong.

Merge request reports