commander-cli/commander

View on GitHub
integration/unix/_fixtures/book.json

Summary

Maintainability
Test Coverage
{
  "books": [
    {
      "author": "J. R. R. Tolkien",
      "title": "Lord of the Rings"
    },
    {
      "author": "Joanne K. Rowling",
      "title": "Harry Potter"
    }
  ]
}