Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaring87 committed Dec 13, 2017
2 parents 3bf4339 + dc081d5 commit 8155dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function setup() {
.option('-d, --hideDue [value]', 'hide tasks due more than n days from today (false/number of days)')
.option('-f, --config [file]', 'specify configuration file', function(file) {
config.reset(file);
parseFilters();
parseAliases();
});

// Add additional Help information
Expand Down

0 comments on commit 8155dae

Please sign in to comment.