You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The endpoint format is very well defined in README.md/the usage message.
The endpoint should have one of the following formats:
- groupId:artifactId
- groupId:artifactId:version
- groupId:artifactId:mainClass
- groupId:artifactId:version:mainClass
- groupId:artifactId:version:classifier:mainClass
AFAIK no such format restriction exists for shortcuts. To keep things sane, we should probably restrict the shortcut format to something like [A-Za-z0-9-_]+.
The text was updated successfully, but these errors were encountered:
The endpoint format is very well defined in
README.md
/the usage message.AFAIK no such format restriction exists for shortcuts. To keep things sane, we should probably restrict the shortcut format to something like
[A-Za-z0-9-_]+
.The text was updated successfully, but these errors were encountered: