ArgChoiceBuilder constructor

ArgChoiceBuilder(
  1. String name,
  2. dynamic value
)

A Choice for the user to input in int & string args. You can only have an int or string option.

Implementation

ArgChoiceBuilder