mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-03-26 02:11:56 +00:00
fix custom_display_fn
This commit is contained in:
@@ -129,6 +129,7 @@ fn make_api<C: Context>() -> ParentHandler<C> {
|
||||
))
|
||||
},
|
||||
)
|
||||
.with_custom_display_fn(|_, a| Ok(println!("{a}")))
|
||||
.with_call_remote::<CliContext>(),
|
||||
)
|
||||
.subcommand(
|
||||
|
||||
Reference in New Issue
Block a user