File: helpers_unix_test.go

package info (click to toggle)
golang-github-urfave-cli 1.22.5-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 728 kB
  • sloc: sh: 17; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
// +build darwin dragonfly freebsd linux netbsd openbsd solaris

package cli

import "os"

func clearenv() {
	os.Clearenv()
}