mirror of
https://github.com/spf13/cobra
synced 2025-04-26 16:47:19 +00:00
* Moving final return outside of if-else * Removing type declarations that Go can infer from values * Cleaning up some existing comments * Changing snake_case variables to camelCase
5 lines
68 B
Go
5 lines
68 B
Go
// +build !windows
|
|
|
|
package cobra
|
|
|
|
var preExecHookFn func(*Command)
|