kopia lustrzana https://github.com/OpenDroneMap/NodeODM
Better help text parsing
rodzic
5580683ef9
commit
e87eabe9e3
|
@ -123,6 +123,7 @@ module.exports = {
|
|||
if (domain.indexOf(value) === -1) domain.unshift(value);
|
||||
}
|
||||
|
||||
help = help.replace(/^One of: \%\(choices\)s. /, "");
|
||||
help = help.replace(/\%\(default\)s/g, value);
|
||||
|
||||
odmOptions.push({
|
||||
|
|
Ładowanie…
Reference in New Issue