mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-28 07:11:21 +00:00
feat: inherit metadata for clap from project
This commit is contained in:
parent
06fb411108
commit
7f87e5e2bc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use std::fs::File;
|
|||
use std::io::Write;
|
||||
|
||||
#[derive(Parser)]
|
||||
#[clap(version = "0.1.0", author = "Bart van der Braak <bart@vanderbraak.nl>")]
|
||||
#[clap(author, version, about, long_about = None)]
|
||||
struct Opts {
|
||||
#[clap(
|
||||
short,
|
||||
|
|
Loading…
Reference in a new issue