Fix examples for renamed leaf endpoint surface

Update the remote shell examples to use unshell::leaves and the leaf_endpoint feature-gated endpoint module, and restore the local macro aliasing needed after removing the direct unshell dependency from unshell-leaves.
This commit is contained in:
Michael Mikovsky
2026-04-26 12:57:56 -06:00
parent d4100d0604
commit 4f8835bd25
10 changed files with 87 additions and 110 deletions
Generated
+2 -1
View File
@@ -1454,7 +1454,8 @@ version = "0.1.0"
dependencies = [
"portable-pty",
"rkyv",
"unshell",
"unshell-macros",
"unshell-protocol",
]
[[package]]