aboutsummaryrefslogtreecommitdiffhomepage
path: root/cli.go
diff options
context:
space:
mode:
Diffstat (limited to 'cli.go')
-rw-r--r--cli.go7
1 files changed, 3 insertions, 4 deletions
diff --git a/cli.go b/cli.go
index 9a4d3a01..ca1b41b6 100644
--- a/cli.go
+++ b/cli.go
@@ -25,10 +25,9 @@ func init() {
}
func copyArgs() {
- if printVersion {
- fmt.Println(Version)
- os.Exit(0)
- }
+ tryLauncher()
+ tryVersion()
+ tryLicense()
command = flag.Args()