DirOption constructor
DirOption()
Implementation
DirOption()
: super(
_name,
abbr: 'd',
help: 'set the directory where `dart analyze` will be run',
mandatory: true,
);
DirOption()
: super(
_name,
abbr: 'd',
help: 'set the directory where `dart analyze` will be run',
mandatory: true,
);