Hide project name from options

pull/79/head
Piero Toffanin 2019-03-08 11:26:12 -05:00
rodzic cbf5e40027
commit 7f8802e448
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -59,7 +59,7 @@ module.exports = {
"--zip-results", "--pmvs-num-cores",
"--start-with", "--gcp", "--end-with", "--images",
"--rerun-all", "--rerun",
"--slam-config", "--video", "--version", "--name"].indexOf(option) !== -1) continue;
"--slam-config", "--video", "--version", "name"].indexOf(option) !== -1) continue;
let values = json[option];