Skip to content

Commit

Permalink
chore(args): providing info with clap
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Jul 7, 2023
1 parent 0ce2623 commit 76ef179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use clap::Parser;

#[derive(Parser)]
#[command(author, version, about, long_about = "None")]
#[command(author, version, about, long_about = "Grab screenshots of your domain list right from terminal.")]
pub struct Cli {
#[arg(short, long)]
/// Website URL/filename of file containing URLs
Expand Down

0 comments on commit 76ef179

Please sign in to comment.