blob: aab2b7fc8e855cc2365cc4bc4ea9fdda832f9f09 [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();
}