Skip to content
Snippets Groups Projects
Commit d9e22b8a authored by Tulir Asokan's avatar Tulir Asokan :cat2:
Browse files

Don't duplicate help page to readme

parent 915cdb04
No related branches found
No related tags found
No related merge requests found
...@@ -34,14 +34,4 @@ You should log in with your GitLab access token, since most commands require ...@@ -34,14 +34,4 @@ You should log in with your GitLab access token, since most commands require
authentication. You can log in by sending `!gitlab login <access token>` to the authentication. You can log in by sending `!gitlab login <access token>` to the
bot in a private room. bot in a private room.
The bot only handles commands prefixed with `!gitlab`. Command help page: The bot only handles commands prefixed with `!gitlab`. Use `!gitlab help` for help.
```
- ping - Ping the bot.
- show <repo> <hash> - Get details about a specific commit.
- diff <repo> <hash> - Get the diff of a specific commit.
- log <repo> [n] [page] - Get the log of a specific repo.
- whoami - Check who you're logged in as.
- logout - Remove your GitLab access token from storage.
- login <token> - Add a GitLab access token to storage.
- help - Show this help page.
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment