chipmunk/vendor/github.com/spf13/cobra/command_notwin.go

6 lines
68 B
Go
Raw Normal View History

2017-01-24 18:27:39 -08:00
// +build !windows
package cobra
var preExecHookFn func(*Command)