File: command_notwin.go

package info (click to toggle)
golang-github-spf13-cobra 0.0~git20161229.0.1dd5ff2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch, stretch-backports
  • size: 420 kB
  • ctags: 407
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 68 bytes parent folder | download | duplicates (13)
1
2
3
4
5
// +build !windows

package cobra

var preExecHookFn func(*Command)