Program.helpOption

Sets the help flag for the program from formatted string and enables getting command help with it.

  1. Program helpOption(string format, string description)
    class Program
    @safe
    helpOption
    (
    string format
    ,)
  2. Program helpOption(Flag flag)
  3. const(Flag) helpOption()