public override object VisitBoolean(CommandLineParser.BooleanContext context) { return(context.Boolean().GetText().ParseBoolean()); }