FlagOption.help constructor
FlagOption.help()
help 옵션을 위한 팩토리 생성자
Implementation
FlagOption.help()
: this(
name: 'help',
abbr: 'h',
help: '도움말 표시',
negatable: false);
help 옵션을 위한 팩토리 생성자
FlagOption.help()
: this(
name: 'help',
abbr: 'h',
help: '도움말 표시',
negatable: false);