Skip to content
  • Ian Lynagh's avatar
    Do flag consistency checks at the end of flag parsing · 29f6b87f
    Ian Lynagh authored
    This makes it easier to ensure that we get consistent consistency
    checking, e.g. that
        -f1 -f2
    will do the same checks as
        -f2 -f1
    
    I think that some of the checks were bogus before, but hopefully
    all are correct now.
    29f6b87f