void main(List<String> arguments) { BuildParams arg = parseAndValidateBuildParams(arguments); print(arg); build(arg); }