diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-07-16 22:07:40 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-07-16 22:07:40 +0900 |
| commit | 7e6eb82195c650bc34829e5cca2d2296e78c0707 (patch) | |
| tree | 11f8b2d026c0f5c273a86dd0ebe79270319dd425 /cli.go | |
| parent | 09507a541bb3ed6e19f2e61e332b9a6c1941d17a (diff) | |
license: embed license in executable
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
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() |
