DEBSOURCES
Skip Quicknav
sources / golang-github-urfave-cli-v3 / 3.3.8-2 / helpers_test.go
123456789
package cli import ( "os" ) func init() { _ = os.Setenv("CLI_TEMPLATE_REPANIC", "1") }