SandpointsGitHook/vendor/github.com/spf13/cobra/command_notwin.go
2021-03-20 23:21:23 +01:00

5 lines
68 B
Go

// +build !windows
package cobra
var preExecHookFn func(*Command)