blob: 7bde932e41dfda790497f465cd65a84b6d08c7f8 [file]
/*
Copyright © 2021 Aspect Build Systems Inc
Not licensed for re-use.
*/
package flags
const (
// ConfigFlagName is the --config flag for the root command.
ConfigFlagName = "config"
// InteractiveFlagName is the --interactive flag for the root command.
InteractiveFlagName = "interactive"
)