FlagOption.help constructor

FlagOption.help()

help 옵션을 위한 팩토리 생성자

Implementation

FlagOption.help()
    : this(name: 'help', abbr: 'h', help: 'Display help', negatable: false);