Command prints out the current version of the tool
(*cli.Context)
| 28 | |
| 29 | // Command prints out the current version of the tool |
| 30 | func Command(*cli.Context) error { |
| 31 | fmt.Printf("%s\n", step.Version()) |
| 32 | fmt.Printf("Release Date: %s\n", step.ReleaseDate()) |
| 33 | return nil |
| 34 | } |