mirror of
https://github.com/Waradu/to-streamshare.git
synced 2025-04-22 04:14:06 +02:00
fixed help command binary name
This commit is contained in:
parent
5e8154f21d
commit
67c91ccad7
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ use clap::{CommandFactory, Parser};
|
|||
use streamshare::{delete, upload};
|
||||
|
||||
#[derive(Parser, Debug)]
|
||||
#[command(version, about, long_about = None)]
|
||||
#[command(name = "toss", version, about, long_about = None)]
|
||||
struct Args {
|
||||
file: Option<String>,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue