mirror of
https://gitea.com/gitea/runner.git
synced 2026-08-15 16:33:07 +00:00
320e9b6057
ci-via-github-actions
6 lines
68 B
Go
6 lines
68 B
Go
// +build !windows
|
|
|
|
package cobra
|
|
|
|
var preExecHookFn func(*Command)
|