Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <gaoce@caicloud.io>
  • Loading branch information
gaocegege committed May 23, 2019
1 parent f410bd3 commit 8266838
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions references/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ maintainer is a CLI app to help you to generate AUTHORS, CONTRIBUTING.md, CHANGE
* [maintainer contributing](maintainer_contributing.md) - Generate CONTRIBUTING.md for your repository.
* [maintainer contributor](maintainer_contributor.md) - Generate AUTHORS.md for your repository.
* [maintainer readme](maintainer_readme.md) - Generate README.md related text in your repository.
* [maintainer user](maintainer_user.md) - User related commands

###### Auto generated by spf13/cobra on 23-May-2019
1 change: 1 addition & 0 deletions references/maintainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ maintainer is a CLI app to help you to generate AUTHORS, CONTRIBUTING.md, CHANGE
* [maintainer contributing](maintainer_contributing.md) - Generate CONTRIBUTING.md for your repository.
* [maintainer contributor](maintainer_contributor.md) - Generate AUTHORS.md for your repository.
* [maintainer readme](maintainer_readme.md) - Generate README.md related text in your repository.
* [maintainer user](maintainer_user.md) - User related commands

###### Auto generated by spf13/cobra on 23-May-2019
28 changes: 28 additions & 0 deletions references/maintainer_user.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## maintainer user

User related commands

### Synopsis


User related commands

### Options

```
--output string Output file (default "./daily.md")
--username string GitHub username
```

### Options inherited from parent commands

```
--config string config file (default is $HOME/.maintainer.yaml)
--token string The token in GitHub.To make more than 50 requests per hour the GitHub token is required.You can generate it at: https://github.com/settings/tokens/new.
```

### SEE ALSO
* [maintainer](maintainer.md) - Help you to be a qualified maintainer.
* [maintainer user daily](maintainer_user_daily.md) - Generate daily report for the user

###### Auto generated by spf13/cobra on 23-May-2019

0 comments on commit 8266838

Please sign in to comment.