UNPKG
taskmanager-ai
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
A CLI tool to manage your projects tasks with AI
taskmanager-ai
/
utils
/
constants.js
8 lines
(7 loc)
•
104 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
const
STATUS_OPTIONS
= [
'pending'
,
'in-progress'
,
'done'
,
'cancelled'
,
'postponed'
];