| /* | |
| 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" | |
| ) |