mirror of
https://github.com/spf13/cobra.git
synced 2024-11-15 09:48:19 -07:00
a0bd6c17b3
* 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
6 lines
68 B
Go
6 lines
68 B
Go
// +build !windows
|
|
|
|
package cobra
|
|
|
|
var preExecHookFn func(*Command)
|