Skip to content

Commit

Permalink
🐛 enable wthrr -f tomorrow (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmatthes authored May 7, 2023
1 parent 252219a commit 02b7b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub enum Forecast {
sa,
#[value(aliases = ["sun", "sunday"])]
su,
#[value(name = "(t)omorrow", aliases = ["t", "to", "tom"])]
#[value(name = "(t)omorrow", aliases = ["t", "to", "tom", "tomorrow"])]
tomorrow,
}

Expand Down

0 comments on commit 02b7b71

Please sign in to comment.