org.freecompany.yacli
public class CommandLine extends Object
| Field Summary | |
|---|---|
| protected List<String> | arguments |
| protected Map<Option,Field> | fields |
| protected Logger | logger |
| static String | LONG_OPTION |
| protected Object | object |
| protected Options | options |
| static String | SHORT_OPTION |
| protected String | usage |
| Constructor Summary | |
|---|---|
| CommandLine(Object object) | |
| Method Summary | |
|---|---|
| void | parse(String[] args) |
| String[] | remaining() |