From: meryacine Date: Sun, 17 Apr 2022 10:30:03 +0000 (+0200) Subject: Add a help message for the `keysend` command X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-sample;a=commitdiff_plain;h=c8f2ea2eb7a4d104dcb0d8aaa0d5640c41cccb8d Add a help message for the `keysend` command --- diff --git a/src/cli.rs b/src/cli.rs index 681714f..6904180 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -369,6 +369,7 @@ pub(crate) async fn poll_for_user_input( fn help() { println!("openchannel pubkey@host:port "); println!("sendpayment "); + println!("keysend "); println!("getinvoice "); println!("connectpeer pubkey@host:port"); println!("listchannels");