File: command_notwin.go

package info (click to toggle)
golang-github-blevesearch-bleve 0.5.0%2Bgit20170912.278.6eea5b78-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,764 kB
  • sloc: yacc: 311; sh: 51; makefile: 7
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)