Files
podman/vendor/github.com/spf13/cobra/command_notwin.go
Paul Holzinger 03a3fc37fe bump cobra to 1.3.0
This contains some fixes for the shell completion files.

[NO NEW TESTS NEEDED]

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2021-12-16 15:28:39 +01:00

7 lines
88 B
Go

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