wip: Bring in the donde

This commit is contained in:
J H
2023-12-22 15:17:41 -07:00
parent b2e0e88565
commit 097ea88139

View File

@@ -121,7 +121,11 @@ fn make_api() -> ParentHandler {
"donde",
from_fn(|c: CliContext, _: (), donde| {
Ok::<_, RpcError>(
format!("Subcommand No Cli: Host {host}", host = c.host()).to_string(),
format!(
"Subcommand No Cli: Host {host} Donde = {donde}",
host = c.host()
)
.to_string(),
)
}),
|InheritParams { donde }, _| donde,