CitiesCommand constructor
CitiesCommand()
Implementation
CitiesCommand() {
argParser.addOption(
'code',
abbr: 'c',
help: 'prefecture code',
);
}
CitiesCommand() {
argParser.addOption(
'code',
abbr: 'c',
help: 'prefecture code',
);
}