Skip to content

0.4: Ochre Steel

Compare
Choose a tag to compare
@marcoconti83 marcoconti83 released this 19 Dec 10:31
· 20 commits to master since this release
  • 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.
  • Updated README and example accordingly