mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 05:26:42 +02:00
feat: Update cli interface
This commit is contained in:
parent
d8176e01df
commit
8342ce05af
8 changed files with 137 additions and 13 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -1109,6 +1109,12 @@ dependencies = [
|
|||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "path-clean"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ecba01bf2678719532c5e3059e0b5f0811273d94b397088b82e3bd0a78c78fdd"
|
||||
|
||||
[[package]]
|
||||
name = "pin-project-lite"
|
||||
version = "0.2.7"
|
||||
|
@ -1487,6 +1493,7 @@ dependencies = [
|
|||
"lazy_static",
|
||||
"log",
|
||||
"log4rs",
|
||||
"path-clean",
|
||||
"rand",
|
||||
"regex",
|
||||
"rustyline",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue