mirror of
https://github.com/fatedier/frp.git
synced 2025-01-06 02:07:48 +08:00
6 lines
68 B
Go
6 lines
68 B
Go
// +build !windows
|
|
|
|
package cobra
|
|
|
|
var preExecHookFn func(*Command)
|