mirror of
https://github.com/kairos-io/kcrypt.git
synced 2025-09-17 15:31:38 +00:00
2
main.go
2
main.go
@@ -83,7 +83,7 @@ func main() {
|
||||
Usage: "Prints the version",
|
||||
Description: "Prints the version",
|
||||
ArgsUsage: "kcrypt version",
|
||||
Action: func(_ context.Context, c *cli.Command) error {
|
||||
Action: func(_ context.Context, _ *cli.Command) error {
|
||||
log.Logger.Info().Str("commit", GitCommit).Str("goversion", runtime.Version()).Str("version", Version).Msg("Kcrypt")
|
||||
return nil
|
||||
},
|
||||
|
Reference in New Issue
Block a user