Readded --end-with

pull/79/head
Piero Toffanin 2019-05-08 14:26:58 -04:00
rodzic 250ba43506
commit 3080080602
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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