We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7692e85 commit 0b200b0Copy full SHA for 0b200b0
classes/Support/H.php
@@ -9,7 +9,7 @@
9
*/
10
class H
11
{
12
- const VERBOSE = true;
+ const VERBOSE = false;
13
14
public static function cmd(string $cmd, string $folder = '')
15
composer.json
@@ -1,7 +1,7 @@
1
2
"name": "genxbe/k3x-cli-tools",
3
"description": "A bunch of usefull tools to use with the Kirby CLI",
4
- "version": "0.0.1",
+ "version": "0.0.2",
5
"keywords": [
6
"genxbe",
7
"k3x-cli-tools",
0 commit comments