Merge pull request #19 from github/version-cmd

cmd/ghcs/main: Add `--version` flag
This commit is contained in:
Issy Long 2021-07-20 13:02:41 +01:00 committed by GitHub
commit 2f8d00e0f8

View file

@ -16,9 +16,10 @@ func main() {
}
var rootCmd = &cobra.Command{
Use: "ghcs",
Short: "Codespaces",
Long: "Codespaces",
Use: "ghcs",
Short: "Codespaces",
Long: "Codespaces",
Version: "0.5.0",
}
func Execute() {