mirror of
https://github.com/prometheus/prometheus.git
synced 2025-09-26 00:01:02 +02:00
6 lines
68 B
Go
6 lines
68 B
Go
// +build !windows
|
|
|
|
package cobra
|
|
|
|
var preExecHookFn func(*Command)
|