mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-09 07:02:41 -04:00
add tokio console
This commit is contained in:
parent
f1bf883376
commit
404f579baa
10 changed files with 221 additions and 11 deletions
|
@ -102,6 +102,12 @@ impl CommandProcessor {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn cancel_command(&self) {
|
||||
trace!("CommandProcessor::cancel_command");
|
||||
let capi = self.capi();
|
||||
capi.cancel();
|
||||
}
|
||||
|
||||
pub fn cmd_help(&self, _rest: Option<String>, callback: UICallback) -> Result<(), String> {
|
||||
trace!("CommandProcessor::cmd_help");
|
||||
self.ui().add_node_event(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue