Explorar el Código

Redirect all command line arguments for pt.cmd

Redirects all arguments (beginning with %1) for pt.cmd to pt.py. Even if pt.py currently uses less than 9 args, this is imho an unnecessary limitation.
tags/v1.5.0
Philipp Alexander Beckmann hace 10 años
padre
commit
353c659c94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/main/java/pt.cmd

+ 1
- 1
src/main/java/pt.cmd Ver fichero

@@ -1 +1 @@
@python %~dp0pt.py %1 %2 %3 %4 %5 %6 %7 %8 %9
@python %~dp0pt.py %*

Cargando…
Cancelar
Guardar