Skip to content

Commit 755d299

Browse files
committed
about command
1 parent 9e20eec commit 755d299

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli.rs

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pub struct Cli {
1010

1111
#[derive(Subcommand)]
1212
pub enum Commands {
13+
#[command(about = "Copy a file to a remote host")]
1314
Receive {
1415
#[arg(help = "Remote source to copy from")]
1516
source: String,

0 commit comments

Comments
 (0)