112113114115116117118
public static class ManConverter implements CLConverter<ManPage> { @Override public ManPage convert(String location) { return new ManPage(location); }