Skip to content

Commit

Permalink
refactor(main): automatically determine name, version and about
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <[email protected]>
  • Loading branch information
gierens committed Aug 16, 2024
1 parent b45fb96 commit 8eb310f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/cli/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,7 @@ struct CredentialArgs {
}

#[derive(Parser, Debug)]
#[command(name = "lrzcc")]
#[command(author = "Sandro-Alessio Gierens <[email protected]>")]
#[command(version = "1.0.0")]
#[command(
about = "CLI client for the LRZ-specific features of the Openstack-based LRZ Compute Cloud."
)]
#[command(author, version, about)]
struct Cli {
#[clap(
short,
Expand Down

0 comments on commit 8eb310f

Please sign in to comment.