mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-31 17:03:30 +02:00
add some cli parsing stuff
This commit is contained in:
parent
61b2de132b
commit
cfdb266800
9 changed files with 3189 additions and 3 deletions
|
@ -5,6 +5,7 @@
|
|||
#[macro_use]
|
||||
extern crate failure;
|
||||
|
||||
mod cli;
|
||||
mod errors;
|
||||
mod operation;
|
||||
mod replica;
|
||||
|
@ -13,6 +14,7 @@ mod task;
|
|||
mod taskdb;
|
||||
pub mod taskstorage;
|
||||
mod tdb2;
|
||||
mod util;
|
||||
|
||||
pub use operation::Operation;
|
||||
pub use replica::Replica;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue