···52 #[command(flatten)]
53 title: Title,
54 },
055 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)]