@shell-shock/preset-script 0.6.70 → 0.6.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -47,7 +47,7 @@ function getGlobalOptions() {
47
47
  {
48
48
  name: "color",
49
49
  title: "Color",
50
- description: "Enable colored terminal output.",
50
+ description: "Force colored terminal output.",
51
51
  env: "COLOR",
52
52
  alias: ["colors"],
53
53
  type: "boolean",
@@ -55,6 +55,17 @@ function getGlobalOptions() {
55
55
  variadic: false,
56
56
  skipAddingNegative: false
57
57
  },
58
+ {
59
+ name: "no-color",
60
+ title: "No Color",
61
+ description: "Force disable colored terminal output.",
62
+ env: "NO_COLOR",
63
+ alias: ["no-colors"],
64
+ type: "boolean",
65
+ required: false,
66
+ variadic: false,
67
+ skipAddingNegative: false
68
+ },
58
69
  {
59
70
  name: "no-banner",
60
71
  title: "Hide Banner",
@@ -45,7 +45,7 @@ function getGlobalOptions() {
45
45
  {
46
46
  name: "color",
47
47
  title: "Color",
48
- description: "Enable colored terminal output.",
48
+ description: "Force colored terminal output.",
49
49
  env: "COLOR",
50
50
  alias: ["colors"],
51
51
  type: "boolean",
@@ -53,6 +53,17 @@ function getGlobalOptions() {
53
53
  variadic: false,
54
54
  skipAddingNegative: false
55
55
  },
56
+ {
57
+ name: "no-color",
58
+ title: "No Color",
59
+ description: "Force disable colored terminal output.",
60
+ env: "NO_COLOR",
61
+ alias: ["no-colors"],
62
+ type: "boolean",
63
+ required: false,
64
+ variadic: false,
65
+ skipAddingNegative: false
66
+ },
56
67
  {
57
68
  name: "no-banner",
58
69
  title: "Hide Banner",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/preset-script",
3
- "version": "0.6.70",
3
+ "version": "0.6.71",
4
4
  "private": false,
5
5
  "description": "A Shell Shock preset that generates a fully-featured script application.",
6
6
  "keywords": [
@@ -198,11 +198,11 @@
198
198
  "@powerlines/deepkit": "^0.9.81",
199
199
  "@powerlines/plugin-alloy": "^0.26.220",
200
200
  "@powerlines/plugin-plugin": "^0.12.539",
201
- "@shell-shock/core": "0.17.15",
202
- "@shell-shock/plugin-banner": "0.1.42",
203
- "@shell-shock/plugin-console": "0.2.19",
204
- "@shell-shock/plugin-help": "0.2.33",
205
- "@shell-shock/plugin-theme": "0.4.28",
201
+ "@shell-shock/core": "0.17.16",
202
+ "@shell-shock/plugin-banner": "0.1.43",
203
+ "@shell-shock/plugin-console": "0.2.20",
204
+ "@shell-shock/plugin-help": "0.2.34",
205
+ "@shell-shock/plugin-theme": "0.4.29",
206
206
  "@stryke/helpers": "^0.10.24",
207
207
  "@stryke/path": "^0.29.11",
208
208
  "@stryke/string-format": "^0.17.26",
@@ -211,5 +211,5 @@
211
211
  },
212
212
  "devDependencies": { "@types/node": "^25.9.2" },
213
213
  "publishConfig": { "access": "public" },
214
- "gitHead": "302eeb47bc029bb0105ec572faecfe398a30d3c1"
214
+ "gitHead": "fb690df8ec51cb881e90d3bb9b347f7f15b06e07"
215
215
  }