func AddNodeFlagsOnly()

in cmd/utils/flags.go [62:64]


func AddNodeFlagsOnly(command *cobra.Command) {
	addNodeFlags(command, true)
}