summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/spf13/cobra/command_notwin.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/spf13/cobra/command_notwin.go')
-rw-r--r--vendor/github.com/spf13/cobra/command_notwin.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/spf13/cobra/command_notwin.go b/vendor/github.com/spf13/cobra/command_notwin.go
new file mode 100644
index 000000000..6159c1cc1
--- /dev/null
+++ b/vendor/github.com/spf13/cobra/command_notwin.go
@@ -0,0 +1,5 @@
+// +build !windows
+
+package cobra
+
+var preExecHookFn func(*Command)