List<String> complete(List<String> args, String compLine, int compPoint) { return getArgsCompletions(_parser, args, compLine, compPoint); }