Skip to content

Commit

Permalink
update README and screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
skanehira committed Feb 23, 2019
1 parent 45f9627 commit 9cf6743
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,22 @@ $ GO111MODULE=on go install

## Usage
```sh
$ gjo name=gorilla age=26 isGorilla=true
{"age":"26","isGorilla":true,"name":"gorilla"}
$ gjo -p status=$(jo name=gorilla age=26 lang=$(gjo -a Go Java PHP))
{
"status": {
"name": "gorilla",
"age": 26,
"lang": [
"Go",
"Java",
"PHP"
]
}
}
$ gjo -h
Usage of gjo:
-f format json
-a creates an array of words
-p pretty-prints
-v show version
```

Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9cf6743

Please sign in to comment.