Skip to content

Commit

Permalink
Command 'run': run command gets same verbosity than calling command.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtschump committed Jun 6, 2023
1 parent ec638e5 commit eca78a4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 27 deletions.
10 changes: 0 additions & 10 deletions html/footer.html
Expand Up @@ -16,14 +16,4 @@
</p>
</div><div class="bloc_end"></div>

<!-- Default Statcounter code for G'MIC http://gmic.eu -->
<script>
var sc_project=3897241;
var sc_invisible=1;
var sc_security="d112b2a8";
</script>
<script src="https://www.statcounter.com/counter/counter.js" async></script>
<noscript><div class="statcounter"><a title="Web Analytics" href="https://statcounter.com/" target="_blank"><img class="statcounter" src="https://c.statcounter.com/3897241/0/d112b2a8/1/" alt="Web Analytics"></a></div></noscript>
<!-- End of Statcounter Code -->

</body>
7 changes: 0 additions & 7 deletions html/header.html
Expand Up @@ -9,13 +9,6 @@
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="style.css">

<!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
<script>
window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":null,"theme":"dark-bottom"};
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/cookieconsent.min.js"></script>
<!-- End Cookie Consent plugin -->
</head>
<body>

Expand Down
8 changes: 0 additions & 8 deletions html/header1.html
Expand Up @@ -9,14 +9,6 @@
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico"></link>
<link rel="icon" type="image/png" href="../favicon.png"></link>
<link rel="stylesheet" href="../style.css">

<!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
<!-- <script src="script.js"></script> -->
<script type="text/javascript">
window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":null,"theme":"dark-bottom"};
</script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/cookieconsent.min.js"></script>
<!-- End Cookie Consent plugin -->
</head>
<body>

Expand Down
3 changes: 1 addition & 2 deletions src/gmic_stdlib.gmic
Expand Up @@ -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.
Expand Down

0 comments on commit eca78a4

Please sign in to comment.