license: embed license in executable

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
2024-07-16 22:07:40 +09:00
parent 09507a541b
commit 7e6eb82195
4 changed files with 37 additions and 6 deletions

7
cli.go
View File

@@ -25,10 +25,9 @@ func init() {
}
func copyArgs() {
if printVersion {
fmt.Println(Version)
os.Exit(0)
}
tryLauncher()
tryVersion()
tryLicense()
command = flag.Args()