Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Oct 3, 2016
1 parent 255bcf3 commit 253b818
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,17 @@ Options:
-u, --user <username> The provider username.
-p, --password <password> The provider password or token.
-r, --repo <path> The path to the repository.
-s, --status <path> The path to the repository.
-s, --status <status> The status of the issue.
-l, --label <label> The label(s) to search for.
-h, --help Displays this help.
-v, --version Displays version information.
Examples:
git-issues # No authentification for public repositories
git-issues -u your-username -p 'your-password'
git-issues -r ../another-repository
git-issues -s 'assigned'
git-issues -s 'closed'
git-issues -l enhancement,bug
Documentation can be found at https://github.com/SoftwareScales/git-issues
```
Expand Down

0 comments on commit 253b818

Please sign in to comment.