-
Notifications
You must be signed in to change notification settings - Fork 108
Adds cat node -h enumerated values #4736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Following you can find the validation changes for the API you have modified.
You can validate this API yourself by using the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The validation is failing because you were using the string
version in two cases, not the string | string[]
version.
Co-authored-by: Quentin Pradet <[email protected]>
Co-authored-by: Quentin Pradet <[email protected]>
Co-authored-by: Quentin Pradet <[email protected]>
Co-authored-by: Quentin Pradet <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM. Validation now passes, but due to a weird behavior in the validation CI, it looks like it does not.
* Adds cat node -h enumerated values * Update specification/cat/recovery/CatRecoveryRequest.ts Co-authored-by: Quentin Pradet <[email protected]> * Update specification/cat/recovery/CatRecoveryRequest.ts Co-authored-by: Quentin Pradet <[email protected]> * Update specification/cat/segments/CatSegmentsRequest.ts Co-authored-by: Quentin Pradet <[email protected]> * Update specification/cat/segments/CatSegmentsRequest.ts Co-authored-by: Quentin Pradet <[email protected]> --------- Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit 7b834b0)
* Adds cat node -h enumerated values * Update specification/cat/recovery/CatRecoveryRequest.ts Co-authored-by: Quentin Pradet <[email protected]> * Update specification/cat/recovery/CatRecoveryRequest.ts Co-authored-by: Quentin Pradet <[email protected]> * Update specification/cat/segments/CatSegmentsRequest.ts Co-authored-by: Quentin Pradet <[email protected]> * Update specification/cat/segments/CatSegmentsRequest.ts Co-authored-by: Quentin Pradet <[email protected]> --------- Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit 7b834b0)
* Adds cat node -h enumerated values * Update specification/cat/recovery/CatRecoveryRequest.ts Co-authored-by: Quentin Pradet <[email protected]> * Update specification/cat/recovery/CatRecoveryRequest.ts Co-authored-by: Quentin Pradet <[email protected]> * Update specification/cat/segments/CatSegmentsRequest.ts Co-authored-by: Quentin Pradet <[email protected]> * Update specification/cat/segments/CatSegmentsRequest.ts Co-authored-by: Quentin Pradet <[email protected]> --------- Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit 7b834b0)
* Adds cat node -h enumerated values * Update specification/cat/recovery/CatRecoveryRequest.ts Co-authored-by: Quentin Pradet <[email protected]> * Update specification/cat/recovery/CatRecoveryRequest.ts Co-authored-by: Quentin Pradet <[email protected]> * Update specification/cat/segments/CatSegmentsRequest.ts Co-authored-by: Quentin Pradet <[email protected]> * Update specification/cat/segments/CatSegmentsRequest.ts Co-authored-by: Quentin Pradet <[email protected]> --------- Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit 7b834b0)
* Adds cat node -h enumerated values * Update specification/cat/recovery/CatRecoveryRequest.ts * Update specification/cat/recovery/CatRecoveryRequest.ts * Update specification/cat/segments/CatSegmentsRequest.ts * Update specification/cat/segments/CatSegmentsRequest.ts --------- (cherry picked from commit 7b834b0) Co-authored-by: kosabogi <[email protected]> Co-authored-by: Quentin Pradet <[email protected]>
* Adds cat node -h enumerated values * Update specification/cat/recovery/CatRecoveryRequest.ts * Update specification/cat/recovery/CatRecoveryRequest.ts * Update specification/cat/segments/CatSegmentsRequest.ts * Update specification/cat/segments/CatSegmentsRequest.ts --------- (cherry picked from commit 7b834b0) Co-authored-by: kosabogi <[email protected]> Co-authored-by: Quentin Pradet <[email protected]>
* Adds cat node -h enumerated values * Update specification/cat/recovery/CatRecoveryRequest.ts * Update specification/cat/recovery/CatRecoveryRequest.ts * Update specification/cat/segments/CatSegmentsRequest.ts * Update specification/cat/segments/CatSegmentsRequest.ts --------- (cherry picked from commit 7b834b0) Co-authored-by: kosabogi <[email protected]> Co-authored-by: Quentin Pradet <[email protected]>
* Adds cat node -h enumerated values * Update specification/cat/recovery/CatRecoveryRequest.ts * Update specification/cat/recovery/CatRecoveryRequest.ts * Update specification/cat/segments/CatSegmentsRequest.ts * Update specification/cat/segments/CatSegmentsRequest.ts --------- (cherry picked from commit 7b834b0) Co-authored-by: kosabogi <[email protected]> Co-authored-by: Quentin Pradet <[email protected]>
Thank you for your review and for merging this PR! |
This PR adds the enumerated values for the -h parameter in the following APIs:
Related issue: #4345