It'd be really nice to be able to use fork as follows: ``` console $ gh fork rdegges/someproject ``` And have the fork command not only initialize a Github fork, but also clone the forked repo down locally, and setup the upstream remote automatically. Thoughts?