@optique/logtape 1.0.0-dev.1499 → 1.0.0-dev.1502

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.
package/dist/index.cjs CHANGED
@@ -245,6 +245,7 @@ function logOutputValueParser(options = {}) {
245
245
  return {
246
246
  $mode: "sync",
247
247
  metavar,
248
+ placeholder: { type: "console" },
248
249
  parse(input) {
249
250
  if (input === "-") return {
250
251
  success: true,
package/dist/index.js CHANGED
@@ -222,6 +222,7 @@ function logOutputValueParser(options = {}) {
222
222
  return {
223
223
  $mode: "sync",
224
224
  metavar,
225
+ placeholder: { type: "console" },
225
226
  parse(input) {
226
227
  if (input === "-") return {
227
228
  success: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/logtape",
3
- "version": "1.0.0-dev.1499+1fd447f6",
3
+ "version": "1.0.0-dev.1502+fda779c7",
4
4
  "description": "LogTape logging integration for Optique CLI parser",
5
5
  "keywords": [
6
6
  "CLI",
@@ -63,7 +63,7 @@
63
63
  }
64
64
  },
65
65
  "dependencies": {
66
- "@optique/core": "1.0.0-dev.1499+1fd447f6"
66
+ "@optique/core": "1.0.0-dev.1502+fda779c7"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@logtape/file": "^2.0.4",