blob: 148415c04819be710d8fc081071cc3fc3b9fcc60 [file] [edit]
//go:build !windows
package command
import (
"github.com/spf13/pflag"
)
func installServiceFlags(flags *pflag.FlagSet) {
}