FlagOption.flat constructor

FlagOption.flat()

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

Implementation

FlagOption.flat()
    : this(
          name: 'flat', abbr: 'f', help: 'Generate all files in the current directory', negatable: false);