mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 05:26:42 +02:00
chore: Update dependencies ♻️
This commit is contained in:
parent
4d36d7a37f
commit
79f18b1297
7 changed files with 127 additions and 151 deletions
|
@ -13,7 +13,7 @@ pub fn generate_cli_app() -> App<'static> {
|
|||
.short('c')
|
||||
.long("config")
|
||||
.value_name("FILE")
|
||||
.about("Sets a custom config file")
|
||||
.help("Sets a custom config file")
|
||||
.takes_value(true),
|
||||
)
|
||||
.arg(
|
||||
|
@ -21,7 +21,7 @@ pub fn generate_cli_app() -> App<'static> {
|
|||
.short('r')
|
||||
.long("report")
|
||||
.value_name("STRING")
|
||||
.about("Sets default report")
|
||||
.help("Sets default report")
|
||||
.takes_value(true),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue