glab-todo-done - Man Page

Mark a to-do item as done.

Synopsis

glab todo done [] [flags]

Description

Pass a to-do item's ID to mark that single item as done, or use --all to mark every pending item as done at once.

Find item IDs with glab todo list.

Options

--all[=false] Mark all pending to-do items as done.

Options Inherited from Parent Commands

-h, --help[=false] Show help for this command.

Example

glab todo done 123
glab todo done --all

See Also

glab-todo(1)

Referenced By

glab-todo(1).

Jun 2026 Auto generated by spf13/cobra