6 lines
68 B
Go
Generated
6 lines
68 B
Go
Generated
// +build !windows
|
|
|
|
package cobra
|
|
|
|
var preExecHookFn func(*Command)
|