feat: version command

This commit is contained in:
2025-07-21 01:11:52 +02:00
parent 90a5125c66
commit 84b197fcb4
3 changed files with 20 additions and 0 deletions

View File

@ -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)...)
}