mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-30 22:43:24 +02:00
Add support for task tags
Based on properties named `tag.<tag>` as already documented
This commit is contained in:
parent
141752bd4b
commit
28c5fb2268
3 changed files with 190 additions and 10 deletions
|
@ -34,9 +34,7 @@ mod utils;
|
|||
|
||||
pub use config::{ReplicaConfig, ServerConfig};
|
||||
pub use replica::Replica;
|
||||
pub use task::Priority;
|
||||
pub use task::Status;
|
||||
pub use task::{Task, TaskMut};
|
||||
pub use task::{Priority, Status, Tag, Task, TaskMut};
|
||||
|
||||
/// Re-exported type from the `uuid` crate, for ease of compatibility for consumers of this crate.
|
||||
pub use uuid::Uuid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue