Arcjav-s Library Review
public class ConfigOptions { private Properties properties;
@Command(name = "arcjav-info", mixinStandardHelpOptions = true, version = "1.0", description = "ARCJAV-s library informative feature") public class InfoCommand implements Runnable { @Override public void run() { // Display overview System.out.println("ARCJAV-s library informative feature"); ARCJAV-s Library
Changelog: // Changelog contents
// Display configuration options ConfigOptions configOptions = new ConfigOptions(); System.out.println("Configuration options:"); // Display options @Command(name = "arcjav-info"
