--- /Users/frank/tmp/carto-1.2.0/bin/carto 2019-01-28 18:19:04 +++ bin/carto 2025-05-13 17:04:48 @@ -10,6 +10,7 @@ var existsSync = require('fs').existsSync || require('path').existsSync var yargs = require('yargs') + .version(false) .usage("Usage: $0 ") .options('h', {alias:'help', describe:'Display this help message'}) .options('v', {alias:'version', boolean:true, describe:'Display version information'})