cmd/root.go
Function RegisterCommandRecursive
has 57 lines of code (exceeds 50 allowed). Consider refactoring. Open
Open
func RegisterCommandRecursive(parent *cobra.Command, slOpts []servicelocatorx.Option, dOpts []driver.OptionsModifier, cOpts []configx.OptionModifier) {
createCmd := NewCreateCmd()
createCmd.AddCommand(
NewCreateClientsCommand(),
NewCreateJWKSCmd(),