Skip to content

Commit

Permalink
Update README to add an example command
Browse files Browse the repository at this point in the history
A quick update for the Add better examples to the documentation gavinr#81 issue
  • Loading branch information
gidavies authored Sep 7, 2022
1 parent 9919fc6 commit 2666aea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ For all actions, the tool will ask you to input a GitHub token. To obtain this t
| -v, --verbose | Include additional logging information. |
| -h, --help | See all the options and help. |

An example command to import from a csv file into github.com/myOrg/my-repo:
```
githubCSVTools myFile.csv -t myGitHubToken -o myOrg -r my-repo
```

## Development

1. Clone the repo.
Expand Down

0 comments on commit 2666aea

Please sign in to comment.