CreateAllCommand constructor
CreateAllCommand()
Implementation
CreateAllCommand() {
argParser
..addOption('config', abbr: 'c', help: 'Path to YAML config file.', defaultsTo: 'flavor_tools.yaml')
..addOption('pathXcProject', abbr: 'x', help: 'Path to the Xcode project (optional).')
..addOption('teamId', abbr: 't', help: 'Team ID of the iOS application.', defaultsTo: '""')
..addOption('iconsLauncher', help: 'Supports icons (optional).', defaultsTo: 'false');
}