github.com/replit/upm@v0.0.0-20240423230255-9ce4fc3ea24c/internal/config/config.go (about) 1 // Package config contains global variables that are set according to 2 // the command line. They can be accessed from anywhere within a 3 // language backend. 4 package config 5 6 // Quiet is true if --quiet was passed on the command line. 7 var Quiet bool