// ConfigOptions.java

package com.arcjav.info;

Advanced usage example: // Code snippet

Changelog: // Changelog contents

// UsageExamples.java

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");

package com.arcjav.info;

View shopping cart