private Option optConfigFile;
private Option optFilterFile;
private Argument argPath;
protected Command createCommand() {
return new CommandBuilder()
.withName("mount")
.withDescription(getShortDescription())
.withChildren(new GroupBuilder()
.withName("Options:")
.withOption(optForce = new DefaultOptionBuilder()