A file-based task manager

ADD docs for help

+1
+1
src/main.rs
··· 52 #[command(flatten)] 53 title: Title, 54 }, 55 List { 56 /// Whether to list all tasks in the task stack. If specified, -c / count is ignored. 57 #[arg(short = 'a', default_value_t = false)]
··· 52 #[command(flatten)] 53 title: Title, 54 }, 55 + /// Print the task stack. This will include just TSK-IDs and the title. 56 List { 57 /// Whether to list all tasks in the task stack. If specified, -c / count is ignored. 58 #[arg(short = 'a', default_value_t = false)]