-
Notifications
You must be signed in to change notification settings - Fork 6
2906 get attestation type #414
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
cmd/kosli/getAttestationType.go
Outdated
| const getAttestationTypeLongDesc = getAttestationTypeShortDesc + ` | ||
| The TYPE-NAME can be specified as follows: | ||
| - customTypeName | ||
| - The unversioned custom attestation type, containing details of all versions of the type. |
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 second sentence was a bit confusing at first. I assume that sentence is what you get when you provide unversioned type name, not that the unversioned type name contains details of all versions
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.
Ah yes, I can see that being confusing. Have changed to specify that that's what's being returned by the command.
No description provided.