Metadata-Version: 2.1
Name: ghub
Version: 0.0.1
Summary: github cli
Home-page: https://github.com/smehboub/ghub
Author: Sophian Mehboub
Author-email: sophienmehboub@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
Requires-Dist: docopt
Requires-Dist: pygithub

# Example

## Create pull request   

```
Usage:   
  ghub pull-request create --token=<token> --repo=<repo> --title=<title> [--body=<body>] --into=<into> --from=<from>   
  ghub --version   
```


