mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-11 16:30:12 -04:00
Move command sorting setting into cli/cmd
This commit is contained in:
parent
67b25d2771
commit
4912ab0195
2 changed files with 1 additions and 2 deletions
|
@ -12,6 +12,7 @@ import (
|
|||
|
||||
// Execute starts the CLI.
|
||||
func Execute() error {
|
||||
cobra.EnableCommandSorting = false
|
||||
rootCmd := NewRootCmd()
|
||||
ctx, cancel := signalContext(context.Background(), os.Interrupt)
|
||||
defer cancel()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue