mirror of https://github.com/jetkvm/kvm.git
[WIP] Updates: reduce PR complexity
This commit is contained in:
parent
56c02f1067
commit
257993ec20
|
@ -30,7 +30,6 @@ func program() {
|
||||||
func main() {
|
func main() {
|
||||||
versionPtr := flag.Bool("version", false, "print version and exit")
|
versionPtr := flag.Bool("version", false, "print version and exit")
|
||||||
versionJSONPtr := flag.Bool("version-json", false, "print version as json and exit")
|
versionJSONPtr := flag.Bool("version-json", false, "print version as json and exit")
|
||||||
|
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
if *versionPtr || *versionJSONPtr {
|
if *versionPtr || *versionJSONPtr {
|
||||||
|
|
Loading…
Reference in New Issue