@scalar/cli 1.9.4 → 1.9.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/README.md +1 -1
  2. package/docs.html +138 -102
  3. package/index.js +242 -1225
  4. package/package.json +11 -11
package/README.md CHANGED
@@ -648,7 +648,7 @@ Create a new SDK.
648
648
  Options:
649
649
  -a, --api <api> Registry API slug
650
650
  -n, --namespace <namespace> Team namespace
651
- -l, --language <language> Language of your SDK (choices: "typescript", "python", "csharp", "java", "ruby", "php", "go")
651
+ -l, --language <language> Language of your SDK (choices: "typescript", "python", "csharp", "java", "ruby", "php", "go", "rust", "kotlin", "swift", "cpp", "dart")
652
652
  -h, --help display help for command
653
653
  ```
654
654