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