mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +02:00
Change default for config
This commit is contained in:
parent
70474f0bd8
commit
ef85403c56
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ fn main() -> Result<(), Box<dyn Error>> {
|
|||
)
|
||||
.get_matches();
|
||||
|
||||
let config = matches.value_of("config").unwrap_or("default.conf");
|
||||
let config = matches.value_of("config").unwrap_or("~/.taskrc");
|
||||
tui_main(config)?;
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue