Skip to content

cu bulk close

cu bulk close

Close multiple tasks

Synopsis

Close multiple tasks at once by marking them as complete.

Examples: # Close multiple tasks cu bulk close task1 task2 task3

# Close tasks from a file cat completed-tasks.txt | cu bulk close

cu bulk close [task-ids...] [flags]

Options

  -h, --help            help for close
  -s, --status string   Status to set (default: each list's done status)
  -y, --yes             Skip confirmation prompt

Options inherited from parent commands

      --config string   config file (default is $HOME/.config/cu/config.yaml)
      --debug           enable debug mode
  -o, --output string   output format (table|json|yaml|csv) (default "table")

SEE ALSO

  • cu bulk - Perform bulk operations on tasks
Auto generated by spf13/cobra on 28-Aug-2026