--- ../carto-1.3.1/bin/carto 2025-09-17 11:27:40 +++ bin/carto 2026-04-04 17:18:08 @@ -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'})