part of angel_cli; ArgParser makeParser() { var result = new ArgParser(allowTrailingOptions: true); return result; }