mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
cli: fix command order and minor wording tweaks in config cmd
This commit is contained in:
parent
88ec7397c9
commit
9f0c751f1b
4 changed files with 6 additions and 4 deletions
|
@ -7,10 +7,12 @@ import (
|
|||
"regexp"
|
||||
|
||||
"github.com/edgelesssys/constellation/cli/cmd"
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/cobra/doc"
|
||||
)
|
||||
|
||||
func main() {
|
||||
cobra.EnableCommandSorting = false
|
||||
rootCmd := cmd.NewRootCmd()
|
||||
rootCmd.DisableAutoGenTag = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue