Skip to content

Commit

Permalink
fix default date
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gray committed Feb 24, 2021
1 parent 5d3d497 commit b8f3382
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const args = yargs
alias: "d",
type: "string",
description: "Search by date, format 'YYYY-MM-DD'",
default: "Today",
})
.option("logging", {
alias: "l",
Expand Down

0 comments on commit b8f3382

Please sign in to comment.