Merge pull request #19 from github/version-cmd
cmd/ghcs/main: Add `--version` flag
This commit is contained in:
commit
2f8d00e0f8
1 changed files with 4 additions and 3 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue