diff options
| author | Wojciech Kwolek <wojciech@kwolek.io> | 2024-06-08 06:45:40 +0200 |
|---|---|---|
| committer | Wojciech Kwolek <wojciech@kwolek.io> | 2024-06-08 06:46:17 +0200 |
| commit | f38465d0e280cdfb4db8b82502f5343dec4012dc (patch) | |
| tree | c086b8282a5e8230e06e000742adac878050dede /package.json | |
| parent | 8fd148f091a2c7bb0a71996bcc7ff29e2f047339 (diff) | |
add -p (--prompt)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
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 } ] } |
