mirror of
https://github.com/docker/docs.git
synced 2026-04-05 10:48:55 +07:00
6 lines
74 B
Go
6 lines
74 B
Go
// +build !windows
|
|
|
|
package cobra
|
|
|
|
var preExecHookFn func(*Command) = nil
|