added check if commas can be set
Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
committed by
Jonathon Anderson
parent
57a5e7d5ba
commit
dcb21af5ba
@@ -17,10 +17,6 @@ must be called, as the commandline parser returns e.g. netip.IP objects which mu
|
||||
back to strings.
|
||||
*/
|
||||
func (nodeConf *NodeConf) CreateFlags(baseCmd *cobra.Command, excludeList []string) (converters []func() error) {
|
||||
/*
|
||||
nodeInfoType := reflect.TypeOf(nodeConf)
|
||||
nodeInfoVal := reflect.ValueOf(nodeConf)
|
||||
*/
|
||||
return RecursiveCreateFlags(nodeConf, baseCmd, excludeList)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user