feat: version command
This commit is contained in:
@ -38,5 +38,6 @@ func initRootCmd() {
|
||||
logger := jlog.New(slog.LevelDebug)
|
||||
ctx := jlog.ContextWith(context.Background(), logger)
|
||||
|
||||
rootCmd.AddCommand(&versionCmd)
|
||||
rootCmd.AddCommand(getVerbs(ctx, &appConfig)...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user