Skip to content

confusing range diagnostic

% randltl --tree=size=20..25
randltl: invalid range 'size=20..25' (missing end?)

This is a typo --tree=size instead of --tree-size, but the error message is confusing. We should have a better diagnostic for range that do not start with a digit (or dot).