fix custom_display_fn

This commit is contained in:
Aiden McClelland
2024-05-03 22:43:48 -06:00
parent 6bb66a4400
commit cbbeea0495
2 changed files with 5 additions and 7 deletions

View File

@@ -129,6 +129,7 @@ fn make_api<C: Context>() -> ParentHandler<C> {
))
},
)
.with_custom_display_fn(|_, a| Ok(println!("{a}")))
.with_call_remote::<CliContext>(),
)
.subcommand(