summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorWojciech Kwolek <wojciech@kwolek.io>2024-06-08 06:45:40 +0200
committerWojciech Kwolek <wojciech@kwolek.io>2024-06-08 06:46:17 +0200
commitf38465d0e280cdfb4db8b82502f5343dec4012dc (patch)
treec086b8282a5e8230e06e000742adac878050dede /package.json
parent8fd148f091a2c7bb0a71996bcc7ff29e2f047339 (diff)
add -p (--prompt)
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
index b0e1c9a..e53d371 100644
--- a/package.json
+++ b/package.json
@@ -24,6 +24,12 @@
"placeholder": "Port",
"type": "text",
"required": true
+ },
+ {
+ "name": "prompt",
+ "placeholder": "Prompt",
+ "type": "text",
+ "required": false
}
]
}