We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793d6b7 commit 1b77603Copy full SHA for 1b77603
unitypkg-cli/src/cli.rs
@@ -4,7 +4,7 @@ use clap::{command, Parser, Subcommand};
4
use clap_complete::Shell;
5
6
#[derive(Parser)]
7
-#[command(version, about, long_about = None, arg_required_else_help(true))]
+#[command(version, author, about, arg_required_else_help(true))]
8
pub struct Cli {
9
#[command(subcommand)]
10
pub command: Option<Commands>,
0 commit comments