Azure / openapi-diff

Command line tool to detect breaking changes between two openapi specifications
MIT License
256 stars 36 forks source link

--help missing #281

Open cataggar opened 9 months ago

cataggar commented 9 months ago

I am expecting the output of --help to list the commands like compare as shown in: https://www.npmjs.com/package/@azure/oad/v/0.10.4

Here is what I get with the stable version of Node.

PS C:\Users\cataggar\ms\azure-rest-api-specs-pr> oad --version
0.10.4
PS C:\Users\cataggar\ms\azure-rest-api-specs-pr> oad --help
Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]
PS C:\Users\cataggar\ms\azure-rest-api-specs-pr> node --version
v20.5.1