mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-03-26 10:21:55 +00:00
wip: Bring in the donde
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user