From eca78a42602ecfb6883d78c1a21428028a7d1948 Mon Sep 17 00:00:00 2001 From: David Tschumperle Date: Tue, 6 Jun 2023 21:37:48 +0200 Subject: [PATCH] Command 'run': run command gets same verbosity than calling command. --- html/footer.html | 10 ---------- html/header.html | 7 ------- html/header1.html | 8 -------- src/gmic_stdlib.gmic | 3 +-- 4 files changed, 1 insertion(+), 27 deletions(-) diff --git a/html/footer.html b/html/footer.html index 7ee049bb8..5cefbe82a 100644 --- a/html/footer.html +++ b/html/footer.html @@ -16,14 +16,4 @@

- - - - - - diff --git a/html/header.html b/html/header.html index e37fa3f44..f796fa04e 100644 --- a/html/header.html +++ b/html/header.html @@ -9,13 +9,6 @@ - - - - - diff --git a/html/header1.html b/html/header1.html index c8131a0b5..b5932e520 100644 --- a/html/header1.html +++ b/html/header1.html @@ -9,14 +9,6 @@ - - - - - - diff --git a/src/gmic_stdlib.gmic b/src/gmic_stdlib.gmic index 525cff236..188851b96 100644 --- a/src/gmic_stdlib.gmic +++ b/src/gmic_stdlib.gmic @@ -24427,8 +24427,7 @@ rprogress : skip ${2=""} #@cli : Run specified G'MIC pipeline. #@cli : This is only useful when used from a shell, e.g. to avoid shell substitutions to happen in argument. run : - m "__run : $*" __run um __run -# $* + m "__run : $*" v=$^ v {$v+2} __run v $v um __run #@cli skip : item : (+) #@cli : Do nothing but skip specified item.