blob: ff2b1684a61fc6e598cc77c8644fbb28f929cbf8 [file] [log] [blame]
package aQute.lib.getopt;
import java.util.*;
public interface Options {
List<String> _();
CommandLine _command();
Map<String,String> _properties();
boolean _ok();
boolean _help();
}