Files
stash/vendor/github.com/spf13/cobra/command_notwin.go
2019-02-09 04:32:50 -08:00

6 lines
68 B
Go

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