cli/pkg/cmd/gist/clone
Florian Thomas 326fe371c6 add gist clone command
This adds the ability to clone a gist.

Usage:

```sh
$ gh gist clone 5b0e0062eb8e9654adad7bb1d81cc75f
$ gh gist clone https://gist.github.com/OWNER/5b0e0062eb8e9654adad7bb1d81cc75f
```

This closes #2115.
2020-12-07 22:32:09 +00:00
..
clone.go add gist clone command 2020-12-07 22:32:09 +00:00
clone_test.go add gist clone command 2020-12-07 22:32:09 +00:00