mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-14 18:46:59 +05:30
cli: load authors automatically
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
27e73863ec
commit
74e3037cb9
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
use clap::{crate_version, Clap};
|
||||
use clap::{crate_authors, crate_version, Clap};
|
||||
|
||||
#[derive(Clap)]
|
||||
#[clap(version = crate_version!(), author = "Harsh Shandilya <me@msfjarvis.dev>")]
|
||||
#[clap(version = crate_version!(), author = crate_authors!())]
|
||||
pub(crate) struct Opts {
|
||||
#[clap(subcommand)]
|
||||
pub(crate) subcommand: SubCommand,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue