Option.conflicts

specify the name of the option that conflicts with this option

  1. Self conflicts(string name)
    class Option
    conflicts
    (
    string name
    )
  2. Self conflicts(string[] names)

Parameters

name string

the name of the option that conflicts with this option

Return Value

Type: Self

Self for chain call

Meta