feat: add command to show version (#604)

* feat: add -version flag for jetkvm_app

* move code to kvm package
This commit is contained in:
Aveline
2025-07-11 11:32:46 +02:00
committed by GitHub
parent ab3dda6dee
commit d704fcc6c7
6 changed files with 100 additions and 2 deletions

View File

@@ -23,6 +23,9 @@ linters:
- linters:
- errcheck
path: _test.go
- linters:
- forbidigo
path: cmd/main.go
- linters:
- gochecknoinits
path: internal/logging/sse.go