diff options
Diffstat (limited to 'bin/vicmap2osm.js')
-rwxr-xr-x | bin/vicmap2osm.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/vicmap2osm.js b/bin/vicmap2osm.js index 17fef2a..f637fd4 100755 --- a/bin/vicmap2osm.js +++ b/bin/vicmap2osm.js @@ -25,6 +25,7 @@ const argv = require('yargs/yargs')(process.argv.slice(2)) default: false, description: 'If set, preserves addr:suburb, addr:postcode, addr:state, otherwise omits them' }) + .demandCommand(2) .argv if (argv._.length < 2) { |