As defined in package.json, the example-cli script includes a hard coded call to a particular test file (./test/project_management.quicksql) which causes it to ignore any other file that the user attempts to specify and that appears to contradict the "Running the Example CLI" code sample provided. Simply changing the example-cli definition to just "./examples/cli.js" should fix the issue...