nimibook
nimibook copied to clipboard
refactor check to return number of failures
currently the check command quits on failure. we could refactor it to actually return the number of failures. It should be the CLI that quits when failing. An advantage would be able to easily create tests that assert on expected number of failures.