github.com/mutagen-io/mutagen@v0.18.0-rc1/pkg/prompting/environment.go (about) 1 package prompting 2 3 const ( 4 // PrompterEnvironmentVariable is the environment variable in which the 5 // Mutagen prompter identifier is stored. 6 PrompterEnvironmentVariable = "MUTAGEN_PROMPTER" 7 )