go-github-selfupdate/cmd/detect-latest-release/README.md

21 lines
564 B
Markdown
Raw Normal View History

2021-10-27 20:23:51 +00:00
This command line tool is a small wrapper of [`selfupdate.DetectLatest()`](https://godoc.org/github.com/MedzikUser/go-github-selfupdate/selfupdate#DetectLatest).
2017-12-30 07:14:06 +00:00
Please install using `go get`.
```
2021-10-27 20:23:51 +00:00
$ go get -u github.com/MedzikUser/go-github-selfupdate/cmd/detect-latest-release
2017-12-30 07:14:06 +00:00
```
To know the usage, please try the command without any argument.
```
$ detect-latest-release
```
2021-10-27 20:23:51 +00:00
For example, following shows the latest version of [github-clone-all](https://github.com/MedzikUser/github-clone-all).
```
2021-10-27 20:23:51 +00:00
$ detect-latest-release MedzikUser/github-clone-all
```