Files
podman/vendor/github.com/spf13/cobra/command_notwin.go
baude 25a3923b61 Migrate to cobra CLI
We intend to migrate to the cobra cli from urfave/cli because the
project is more well maintained.  There are also some technical reasons
as well which extend into our remote client work.

Signed-off-by: baude <bbaude@redhat.com>
2019-02-08 10:26:43 -06:00

6 lines
68 B
Go

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