damus-github-export

Damus issue data exported from github
git clone git://jb55.com/damus-github-export
Log | Files | Refs | README | LICENSE

commit 50d58dc65b70a065136c92c86e2f85c91718c778
parent b750f77c3625e48a5bf48c5ec0d060892f6c9121
Author: Gavin Rehkemper <gavin@gavinr.com>
Date:   Tue, 28 Apr 2020 22:52:31 -0500

README formatting

Diffstat:
MREADME.md | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -28,11 +28,11 @@ githubCsvTools myFile.csv githubCsvTools ``` -| Option | Default | Notes | -| ---------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------- | -| -f, --exportFileName | YYYY-MM-DD-hh-mm-ss-issues.csv | The name of the CSV you'd like to export to. | -| -a, --exportAttributes | number,title,labels,state,assignees,milestone,comments,created_at,updated_at,closed_at,body | Comma-separated list of attributes (columns) in the export**. | -| -c, --exportComments | n/a | Include comments in the export. | +| Option | Default | Notes | +| ---------------------- | ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- | +| -f, --exportFileName | YYYY-MM-DD-hh-mm-ss-issues.csv | The name of the CSV you'd like to export to. | +| -a, --exportAttributes | number, title, labels, state, assignees, milestone, comments, created_at, updated_at, closed_at, body | Comma-separated list of attributes (columns) in the export**. | +| -c, --exportComments | n/a | Include comments in the export. | ** List of all possible options for `exportAttributes`: `url`, `repository_url`, `labels_url`, `comments_url`, `events_url`, `html_url`, `id`, `node_id`, `number`, `title`, `user`, `labels`, `state`, `locked`, `assignee`, `assignees`, `milestone`, `comments`, `created_at`, `updated_at`, `closed_at`, `author_association`, `body` ([more info](https://developer.github.com/v3/issues/#get-an-issue))