Option.conflicts

specify the name of the options that conflicts with this option

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

Parameters

names string[]

the names of the option that conflicts with this option

Return Value

Type: Self

Self for chain call

Meta