adding code

This commit is contained in:
dm
2016-07-01 09:35:21 -07:00
parent 9a214781b4
commit 73aec0c514
191 changed files with 45923 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
// +build !windows
package cobra
var preExecHookFn func(*Command) = nil