mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
6 lines
68 B
Go
6 lines
68 B
Go
// +build !windows
|
|
|
|
package cobra
|
|
|
|
var preExecHookFn func(*Command)
|