You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Values can be extracted by label without specifying the flag prefix ("--").
Instead of asserting in case of missing value, getting a value will return nil if the value is not there.
Hidden access to raw dictionary in ParsingResult, added value(label:) and value(label:type:) to get values from ParsingResult.
Fatal errors now cause the error to be printed, and the process to exit with status 2. This makes debugging scripts way easier, as the standard Swift error reporting on console is very cryptic.