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
It is possible to use the library as a command line tool. Several classes implements public static void main. See #3 for the list of classes. There is no documentation outside the source code itself on how to use these.
If we'd like to support the command line use, we should make a separate module depending on this one instead of creating the "jar-with-dependencies" artifact.
The text was updated successfully, but these errors were encountered:
It is possible to use the library as a command line tool. Several classes implements
public static void main
. See #3 for the list of classes. There is no documentation outside the source code itself on how to use these.If we'd like to support the command line use, we should make a separate module depending on this one instead of creating the "jar-with-dependencies" artifact.
The text was updated successfully, but these errors were encountered: