UNPKG

taskmanager-ai

Version:

A CLI tool to manage your projects tasks with AI

8 lines (7 loc) 104 B
export const STATUS_OPTIONS = [ 'pending', 'in-progress', 'done', 'cancelled', 'postponed' ];