You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varfilterByCollectionOption=newOption<string>("--filter-by-collection","Filters OpenApiDocument by Postman collection provided. Provide path to collection file.");
55
55
filterByCollectionOption.AddAlias("-c");
56
56
57
-
varinlineLocalOption=newOption<bool>("--inlineLocal","Inline local $ref instances");
57
+
varinlineLocalOption=newOption<bool>("--inline-local","Inline local $ref instances");
0 commit comments