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