README.md in github_cli-0.1.2 vs README.md in github_cli-0.1.3
- old
+ new
@@ -47,9 +47,37 @@
```shell
$ ghc list
```
+### API
+
+Interact with git data:
+
+```shell
+$ ghc blob
+$ ghc commit
+$ ghc ref
+$ ghc tag
+$ ghc tree
+```
+
+Interact with issues:
+
+```shell
+$ ghc issue
+$ ghc label
+```
+
+Interact with repositories:
+
+```shell
+$ ghc repo
+$ ghc download
+$ ghc fork
+$ ghc keys
+```
+
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)