diff options
Diffstat (limited to 'cli.go')
| -rw-r--r-- | cli.go | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -25,10 +25,9 @@ func init() { } func copyArgs() { - if printVersion { - fmt.Println(Version) - os.Exit(0) - } + tryLauncher() + tryVersion() + tryLicense() command = flag.Args() |
