Add configuration-file support to the 'task' command

This commit is contained in:
Dustin J. Mitchell
2020-11-28 18:18:43 -05:00
parent 8af7ba286d
commit 0e926df578
6 changed files with 236 additions and 45 deletions

View File

@@ -3,6 +3,7 @@ use failure::Fallible;
use std::ffi::OsString;
mod cmd;
pub(crate) mod settings;
mod table;
use cmd::ArgMatchResult;