We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e20eec commit 755d299Copy full SHA for 755d299
src/cli.rs
@@ -10,6 +10,7 @@ pub struct Cli {
10
11
#[derive(Subcommand)]
12
pub enum Commands {
13
+ #[command(about = "Copy a file to a remote host")]
14
Receive {
15
#[arg(help = "Remote source to copy from")]
16
source: String,
0 commit comments