Switch back to library
This commit is contained in:
parent
e8cdbbb5e3
commit
5ff2e444fa
1 changed files with 5 additions and 2 deletions
7
vvin.go
7
vvin.go
|
@ -1,4 +1,7 @@
|
||||||
package main
|
//go:build windows
|
||||||
|
// +build windows
|
||||||
|
|
||||||
|
package vvin
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
|
@ -71,7 +74,7 @@ func (c *globalCmd) Before() error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func Start(args []string) error {
|
||||||
app := gli.NewWith(&globalCmd{})
|
app := gli.NewWith(&globalCmd{})
|
||||||
app.Name = "vvin"
|
app.Name = "vvin"
|
||||||
app.Desc = "Change window properties for Windows"
|
app.Desc = "Change window properties for Windows"
|
||||||
|
|
Loading…
Reference in a new issue