Azure / Azure/azure-rest-api-specs
[TypeSpecValidation] Implement "tsv --help"
Open
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 6k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 444
Description
### Repro
```
$ npx tsv --help
```
### Expected
Show help describing the tool and command-line options.
### Actual
```
node:internal/errors:478
ErrorCaptureStackTrace(err);
^
TypeError [ERR_PARSE_ARGS_UNKNOWN_OPTION]: Unknown option '--help'. To specify a positional argument
starting with a '-', place it at the end of the command after '--', as in '-- "--help"
```
Contributor guide
Assessment
This issue has not been assessed yet.