File: command_notwin.go

package info (click to toggle)
golang-github-dnephin-cobra 1.5%2Bgit20161103.0.a3c0924-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 400 kB
  • sloc: makefile: 5
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)