Example: Debug Logger
Source: examples/debug-logger/
Shows how to use the static Cli.debug(namespace) logger, similar to the popular debug package:
sh
DEBUG=myapp node cli.js
# myapp Some messageSee Features → Debug logger for the full specification.