mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 08:56:43 +02:00
more task functionality
This commit is contained in:
parent
821118106a
commit
bb722325fe
10 changed files with 333 additions and 24 deletions
|
@ -1,5 +1,6 @@
|
|||
/// The status of a task, as defined by the task data model.
|
||||
#[derive(Debug, PartialEq, Clone, strum_macros::Display)]
|
||||
#[repr(C)]
|
||||
pub enum Status {
|
||||
Pending,
|
||||
Completed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue