WIP
This commit is contained in:
13
cmds/portmaster-core/main_windows.go
Normal file
13
cmds/portmaster-core/main_windows.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/safing/portmaster/cmds/cmdbase"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
func runPlatformSpecifics(cmd *cobra.Command, args []string) {
|
||||
switch {
|
||||
case printVersion:
|
||||
runFlagCmd(cmdbase.Version, cmd, args)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user