Skip to content

Commit

Permalink
(docs) 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zaquestion committed Dec 5, 2017
1 parent 630fee8 commit a248954
Show file tree
Hide file tree
Showing 16 changed files with 25 additions and 23 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ lab [flags]
* [lab snippet](lab_snippet.md) - Create a personal or project snippet
* [lab version](lab_version.md) -

###### Auto generated by spf13/cobra on 4-Dec-2017
###### Auto generated by spf13/cobra on 5-Dec-2017
2 changes: 1 addition & 1 deletion docs/lab_clone.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ lab clone [flags]
### SEE ALSO
* [lab](index.md) - A Git Wrapper for GitLab

###### Auto generated by spf13/cobra on 4-Dec-2017
###### Auto generated by spf13/cobra on 5-Dec-2017
2 changes: 1 addition & 1 deletion docs/lab_fork.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ lab fork [flags]
### SEE ALSO
* [lab](index.md) - A Git Wrapper for GitLab

###### Auto generated by spf13/cobra on 4-Dec-2017
###### Auto generated by spf13/cobra on 5-Dec-2017
2 changes: 1 addition & 1 deletion docs/lab_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ lab issue [flags]
* [lab issue create](lab_issue_create.md) - Open an issue on GitLab
* [lab issue list](lab_issue_list.md) - List issues

###### Auto generated by spf13/cobra on 4-Dec-2017
###### Auto generated by spf13/cobra on 5-Dec-2017
7 changes: 4 additions & 3 deletions docs/lab_issue_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@ Open an issue on GitLab
Open an issue on GitLab

```
lab issue create [flags]
lab issue create [remote] [flags]
```

### Options

```
-h, --help help for create
-h, --help help for create
-m, --message stringSlice Use the given <msg>; multiple -m are concatenated as seperate paragraphs
```

### SEE ALSO
* [lab issue](lab_issue.md) - Work with GitLab issues

###### Auto generated by spf13/cobra on 4-Dec-2017
###### Auto generated by spf13/cobra on 5-Dec-2017
2 changes: 1 addition & 1 deletion docs/lab_issue_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ lab issue list [flags]
### SEE ALSO
* [lab issue](lab_issue.md) - Work with GitLab issues

###### Auto generated by spf13/cobra on 4-Dec-2017
###### Auto generated by spf13/cobra on 5-Dec-2017
2 changes: 1 addition & 1 deletion docs/lab_merge-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ lab merge-request [flags]
### SEE ALSO
* [lab](index.md) - A Git Wrapper for GitLab

###### Auto generated by spf13/cobra on 4-Dec-2017
###### Auto generated by spf13/cobra on 5-Dec-2017
2 changes: 1 addition & 1 deletion docs/lab_mr.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ lab mr [flags]
* [lab mr create](lab_mr_create.md) - Open a merge request on GitLab
* [lab mr list](lab_mr_list.md) - List merge requests

###### Auto generated by spf13/cobra on 4-Dec-2017
###### Auto generated by spf13/cobra on 5-Dec-2017
2 changes: 1 addition & 1 deletion docs/lab_mr_checkout.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ lab mr checkout [flags]
### SEE ALSO
* [lab mr](lab_mr.md) - Work with merge requests

###### Auto generated by spf13/cobra on 4-Dec-2017
###### Auto generated by spf13/cobra on 5-Dec-2017
7 changes: 4 additions & 3 deletions docs/lab_mr_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@ Open a merge request on GitLab
Currently only supports MRs into master

```
lab mr create [flags]
lab mr create [remote] [flags]
```

### Options

```
-h, --help help for create
-h, --help help for create
-m, --message stringSlice Use the given <msg>; multiple -m are concatenated as seperate paragraphs
```

### SEE ALSO
* [lab mr](lab_mr.md) - Work with merge requests

###### Auto generated by spf13/cobra on 4-Dec-2017
###### Auto generated by spf13/cobra on 5-Dec-2017
2 changes: 1 addition & 1 deletion docs/lab_mr_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ lab mr list [flags]
### SEE ALSO
* [lab mr](lab_mr.md) - Work with merge requests

###### Auto generated by spf13/cobra on 4-Dec-2017
###### Auto generated by spf13/cobra on 5-Dec-2017
4 changes: 2 additions & 2 deletions docs/lab_snippet.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lab snippet [flags]
-g, --global create as a personal snippet
-h, --help help for snippet
-l, --list list snippets
-m, --message stringSlice Use the given file <msg>; multiple -m are concatenated as seperate paragraphs
-m, --message stringSlice Use the given <msg>; multiple -m are concatenated as seperate paragraphs
-n, --name string (optional) Name snippet to add code highlighting, e.g. potato.go for GoLang
-p, --private Make snippet private; visible only to project members (default: internal)
--public Make snippet public; can be accessed without any authentication (default: internal)
Expand All @@ -32,4 +32,4 @@ lab snippet [flags]
* [lab snippet delete](lab_snippet_delete.md) - Delete a snippet by ID
* [lab snippet list](lab_snippet_list.md) - List personal or project snippets

###### Auto generated by spf13/cobra on 4-Dec-2017
###### Auto generated by spf13/cobra on 5-Dec-2017
6 changes: 3 additions & 3 deletions docs/lab_snippet_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Source snippets from stdin, file, or in editor from scratch
Write title & description in editor, or using -m

```
lab snippet create [flags]
lab snippet create [remote] [flags]
```

### Options

```
-h, --help help for create
-m, --message stringSlice Use the given file <msg>; multiple -m are concatenated as seperate paragraphs
-m, --message stringSlice Use the given <msg>; multiple -m are concatenated as seperate paragraphs
-n, --name string (optional) Name snippet to add code highlighting, e.g. potato.go for GoLang
-p, --private Make snippet private; visible only to project members (default: internal)
--public Make snippet public; can be accessed without any authentication (default: internal)
Expand All @@ -32,4 +32,4 @@ lab snippet create [flags]
### SEE ALSO
* [lab snippet](lab_snippet.md) - Create a personal or project snippet

###### Auto generated by spf13/cobra on 4-Dec-2017
###### Auto generated by spf13/cobra on 5-Dec-2017
2 changes: 1 addition & 1 deletion docs/lab_snippet_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ lab snippet delete [flags]
### SEE ALSO
* [lab snippet](lab_snippet.md) - Create a personal or project snippet

###### Auto generated by spf13/cobra on 4-Dec-2017
###### Auto generated by spf13/cobra on 5-Dec-2017
2 changes: 1 addition & 1 deletion docs/lab_snippet_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ lab snippet list [flags]
### SEE ALSO
* [lab snippet](lab_snippet.md) - Create a personal or project snippet

###### Auto generated by spf13/cobra on 4-Dec-2017
###### Auto generated by spf13/cobra on 5-Dec-2017
2 changes: 1 addition & 1 deletion docs/lab_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ lab version [flags]
### SEE ALSO
* [lab](index.md) - A Git Wrapper for GitLab

###### Auto generated by spf13/cobra on 4-Dec-2017
###### Auto generated by spf13/cobra on 5-Dec-2017

0 comments on commit a248954

Please sign in to comment.