Skip to content

Commit

Permalink
Default output filename and fixing help message.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmadrid committed Jan 4, 2023
1 parent c723d14 commit f67ff8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/weekly.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ use weekly::{
const GOLDEN_RATIO: f64 = 1.618033988749894;

#[derive(Debug, FromArgs)]
/// Generates a daily checklist for every date supplied.
/// Generates a weekly productivity tracker.
struct Args {
/// name of the output file
#[argh(positional)]
#[argh(positional, default = "String::from(\"weekly.pdf\")")]
output_filename: String,
}

Expand Down

0 comments on commit f67ff8c

Please sign in to comment.