mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
6 lines
68 B
Go
6 lines
68 B
Go
// +build !windows
|
|
|
|
package cobra
|
|
|
|
var preExecHookFn func(*Command)
|