Arcjav-s Library -

Changelog: // Changelog contents

import java.io.File; import java.io.FileNotFoundException; import java.util.Scanner; ARCJAV-s Library

@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"); Changelog: // Changelog contents import java

// Display usage examples UsageExamples usageExamples = new UsageExamples(); usageExamples.main(null); Changelog: // Changelog contents import java.io.File

// Display configuration options ConfigOptions configOptions = new ConfigOptions(); System.out.println("Configuration options:"); // Display options

Basic usage example: // Code snippet