public String getShortDescription() {
return "change the current work directory";
}
protected Command createCommand() {
return new CommandBuilder()
.withName("cd")
.withDescription(getShortDescription())
.withChildren(new GroupBuilder()
.withName("Options:")
.withOption(argPath = new ArgumentBuilder()