All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.testinfected.cli.args.gnu.GnuDescription Maven / Gradle / Ivy

The newest version!
package org.testinfected.cli.args.gnu;

import org.testinfected.cli.args.ArgsDescription;
import org.testinfected.cli.option.Option;

import java.io.IOException;
import java.util.ArrayList;
import java.util.Formatter;
import java.util.List;

public class GnuDescription implements ArgsDescription {
    private static final int MEDIUM_WIDTH = 30;

    private final List




© 2015 - 2025 Weber Informatics LLC | Privacy Policy