xBimTeam / Xbim.IDS.Validator

Library to validate IFC and COBie models using IDS1.0 and xbim Toolkit
https://xbim.net
GNU Affero General Public License v3.0
7 stars 4 forks source link

Small typo in console command line switch #37

Open sanderobdeijn opened 1 week ago

sanderobdeijn commented 1 week ago

In https://github.com/xBimTeam/Xbim.IDS.Validator/blob/master/Xbim.IDS.Validator.Console/CliOptions.cs the verbosity option is set as --vebosity instead of --verbosity new Option<Verbosity> (aliases: new[] { "--vebosity", "-v" }, description: "Verbosity of the output")

And in https://github.com/xBimTeam/Xbim.IDS.Validator/blob/master/Xbim.IDS.Validator.Console/Commands/IdsDetokeniseCommand.cs there seams to be an copy paste error in class comment from the IdAuditCommand.

    /// <summary>
    /// Audits IDS files against the IDS 1.0 standards using ids-lib
    /// </summary>
    internal class IdsDetokeniseCommand : ICommand
andyward commented 1 week ago

Thanks for reporting @sanderobdeijn - will get this fixed!