1
0
mirror of https://github.com/restic/restic.git synced 2024-06-30 08:20:55 +02:00
restic/vendor/github.com/spf13/cobra/command_notwin.go
2017-07-23 14:25:38 +02:00

6 lines
68 B
Go

// +build !windows
package cobra
var preExecHookFn func(*Command)