mthmulders / mcs

Search the Maven Central Repository from your command line!

Home Page:https://maarten.mulders.it/projects/mcs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show matching class in class-search output

mthmulders opened this issue · comments

If you use the new class-search command (available from 0.2) it would be great if the output showed which class name in the artifact matched. This is particularly useful if you searched for just the class name (without the package name).

Idea suggested by @hugo-vrijswijk.

Does the class-search command also match partial class names? If so. the suggested feature would be even more valuable.

Does the class-search command also match partial class names?

I've tried a few class names from the picocli library, leaving out the last chars... Doesn't give any results. The REST API doesn't mention such usage either.