Mirror of a distributed, offline-first bug tracker embedded in git
1// +build !windows 2 3package cobra 4 5var preExecHookFn func(*Command)