From ff7b329a1fb39b03d84eb15337e177b5aac3bf7e Mon Sep 17 00:00:00 2001 From: Sylvain Cozenot Date: Mon, 7 Oct 2024 13:56:59 +0200 Subject: [PATCH] Rip main.js --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 462b9ed..52dcacc 100644 --- a/main.js +++ b/main.js @@ -8,9 +8,9 @@ TODO: params parsing and so on #*/ 'use strict'; -const config = require('./src/config'); +/*const config = require('./src/config'); const Mapscii = require('./src/Mapscii'); -const argv = require('yargs') +const argv = require('yargs')*/ .option('latitude', { alias: 'lat', description: 'Latitude of initial centre',