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

     1  ## lab issue close
     2  
     3  Close issue by ID
     4  
     5  ```
     6  lab issue close [remote] <id> [flags]
     7  ```
     8  
     9  ### Examples
    10  
    11  ```
    12  lab issue close 1234
    13  lab issue close origin --duplicate 123 1234
    14  lab issue close --duplicate other-project#123 1234
    15  ```
    16  
    17  ### Options
    18  
    19  ```
    20        --duplicate string   mark as duplicate of another issue
    21    -h, --help               help for close
    22  ```
    23  
    24  ### Options inherited from parent commands
    25  
    26  ```
    27        --debug      Enable debug logging level
    28        --no-pager   Do not pipe output into a pager
    29        --quiet      Turn off any sort of logging. Only command output is printed
    30  ```
    31  
    32  ### SEE ALSO
    33  
    34  * [lab issue](lab_issue.md)	 - Describe, list, and create issues
    35  
    36  ###### Auto generated by spf13/cobra on 27-Jun-2022