Skip to content

Commit

Permalink
add version feature
Browse files Browse the repository at this point in the history
  • Loading branch information
branogarbo committed Oct 29, 2021
1 parent d9987b2 commit fa51617
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (

var rootCmd = &cobra.Command{
Use: "golcli",
Version: "v1.8.0",
Short: "A basic CLI implementation of Conway's Game of Life.",
Example: "golcli -c 100 -i 20 ./pattern.txt",
Args: cobra.ExactArgs(1),
Expand Down

0 comments on commit fa51617

Please sign in to comment.