github.com/zaquestion/lab@v0.25.1/docs/lab_todo_done.md (about)

     1  ## lab todo done
     2  
     3  Mark todo list entry as Done
     4  
     5  ```
     6  lab todo done [flags]
     7  ```
     8  
     9  ### Examples
    10  
    11  ```
    12  lab todo done
    13  lab todo done -a
    14  lab todo done -n 10
    15  lab todo done -p
    16  lab todo done -t mr
    17  ```
    18  
    19  ### Options
    20  
    21  ```
    22    -a, --all    mark all Todos as Done
    23    -h, --help   help for done
    24  ```
    25  
    26  ### Options inherited from parent commands
    27  
    28  ```
    29        --debug      Enable debug logging level
    30        --no-pager   Do not pipe output into a pager
    31        --quiet      Turn off any sort of logging. Only command output is printed
    32  ```
    33  
    34  ### SEE ALSO
    35  
    36  * [lab todo](lab_todo.md)	 - Check out the todo list for MR or issues
    37  
    38  ###### Auto generated by spf13/cobra on 27-Jun-2022