mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-03-30 12:21:58 +00:00
wip: Bring in the donde
This commit is contained in:
@@ -121,7 +121,11 @@ fn make_api() -> ParentHandler {
|
|||||||
"donde",
|
"donde",
|
||||||
from_fn(|c: CliContext, _: (), donde| {
|
from_fn(|c: CliContext, _: (), donde| {
|
||||||
Ok::<_, RpcError>(
|
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,
|
|InheritParams { donde }, _| donde,
|
||||||
|
|||||||
Reference in New Issue
Block a user