Skip to content

Commit 1b77603

Browse files
committed
chore: unnecessary arg
1 parent 793d6b7 commit 1b77603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unitypkg-cli/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use clap::{command, Parser, Subcommand};
44
use clap_complete::Shell;
55

66
#[derive(Parser)]
7-
#[command(version, about, long_about = None, arg_required_else_help(true))]
7+
#[command(version, author, about, arg_required_else_help(true))]
88
pub struct Cli {
99
#[command(subcommand)]
1010
pub command: Option<Commands>,

0 commit comments

Comments
 (0)