From: Vincent Vanwaelscappel Date: Thu, 19 Jan 2023 18:26:55 +0000 (+0100) Subject: wip #5661 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=45197ba298fe2b818e0a3964ffe8a9cf1d0ae854;p=cubist_util.git wip #5661 @0.25 --- diff --git a/src/CommandLine/Node.php b/src/CommandLine/Node.php new file mode 100644 index 0000000..d5b16b9 --- /dev/null +++ b/src/CommandLine/Node.php @@ -0,0 +1,22 @@ +setArg(null, $tmp); + $cl->execute(); + return $cl; + } + + +} \ No newline at end of file