mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-30 02:28:48 -04:00
Add --cdbg-config next to --config for cdbg
This commit is contained in:
parent
68092f27dd
commit
cdfd962fcc
2 changed files with 8 additions and 3 deletions
|
@ -22,5 +22,6 @@ func Execute() {
|
|||
}
|
||||
|
||||
func init() {
|
||||
rootCmd.PersistentFlags().String("config", constants.DebugdConfigFilename, "debugd config file")
|
||||
rootCmd.PersistentFlags().String("config", constants.ConfigFilename, "Constellation config file")
|
||||
rootCmd.PersistentFlags().String("cdbg-config", constants.DebugdConfigFilename, "debugd config file")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue