mirror of
https://github.com/spf13/cobra.git
synced 2024-11-16 02:08:17 -07:00
193b182195
* Create command_win.go and command_notwin.go for windows only code * Move call to mousetrap hook into separate preExecHook() function
6 lines
74 B
Go
6 lines
74 B
Go
// +build !windows
|
|
|
|
package cobra
|
|
|
|
var preExecHookFn func(*Command) = nil
|