mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
9 lines
138 B
Go
9 lines
138 B
Go
// +build !windows
|
|
|
|
package main
|
|
|
|
import "github.com/spf13/cobra"
|
|
|
|
func runService(cmd *cobra.Command, opts *Options) {
|
|
run(cmd, opts)
|
|
}
|