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
Options
Options inherited from parent commands
--config string config file (default is $HOME/.config/cu/config.yml)
--debug enable debug mode
-o, --output string output format (table|json|yaml|csv) (default "table")
SEE ALSO
- cu bulk - Perform bulk operations on tasks