2.1.4: fix blank exit-node rendering, relabel for clarity
"(exit: , optional)" printed with nothing after the colon whenever no Tailscale exit node was configured (the default). Now renders "none", and relabels "exit:" to "exit node:" -- the abbreviated form read as an exit *code* at a glance, which is what led to this being misdiagnosed as a process-exit-code formatting bug in the first place.
This commit is contained in:
parent
b8121ae00f
commit
941742c5b6
3 changed files with 15 additions and 9 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -54,7 +54,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "breadcrumbs"
|
||||
version = "2.1.3"
|
||||
version = "2.1.4"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"serde",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue