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

     1  ## lab snippet list
     2  
     3  List personal or project snippets
     4  
     5  ```
     6  lab snippet list [remote] [flags]
     7  ```
     8  
     9  ### Examples
    10  
    11  ```
    12  lab snippet list
    13  lab snippet list -a
    14  lab snippet list -n 10
    15  lab snippet list -m "Snippet example" -M "Description message"
    16  lab snippet list upstream --private
    17  lab snippet list origin --public
    18  ```
    19  
    20  ### Options
    21  
    22  ```
    23    -a, --all             list all snippets
    24    -h, --help            help for list
    25    -n, --number string   Number of snippets to return (default "10")
    26  ```
    27  
    28  ### Options inherited from parent commands
    29  
    30  ```
    31        --debug      Enable debug logging level
    32    -g, --global     create as a personal snippet
    33        --no-pager   Do not pipe output into a pager
    34        --quiet      Turn off any sort of logging. Only command output is printed
    35  ```
    36  
    37  ### SEE ALSO
    38  
    39  * [lab snippet](lab_snippet.md)	 - Create a personal or project snippet
    40  
    41  ###### Auto generated by spf13/cobra on 27-Jun-2022