mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-31 19:48:45 +00:00
6 lines
68 B
Go
6 lines
68 B
Go
// +build !windows
|
|
|
|
package cobra
|
|
|
|
var preExecHookFn func(*Command)
|