@henryqw/pi-ask-question 0.1.9 → 0.1.10
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/README.md +0 -19
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,22 +31,3 @@ pi install npm:@henryqw/pi-ask-question
|
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
Supply one to three options in preference order. UI marks the first `(Recommended)` and adds `Something else.` for a custom answer. Number keys select options. Empty questions, blank or duplicate labels, empty lists, more than three options, and non-interactive sessions return an error. Aborting the tool closes the pending question.
|
|
34
|
-
|
|
35
|
-
## Remove
|
|
36
|
-
|
|
37
|
-
```bash
|
|
38
|
-
pi remove npm:@henryqw/pi-ask-question
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
## Development
|
|
42
|
-
|
|
43
|
-
```bash
|
|
44
|
-
npm run typecheck --workspace @henryqw/pi-ask-question
|
|
45
|
-
npm run pack:check --workspace @henryqw/pi-ask-question
|
|
46
|
-
```
|
|
47
|
-
|
|
48
|
-
Manual TUI check outside CI:
|
|
49
|
-
|
|
50
|
-
```bash
|
|
51
|
-
npm run test:manual --workspace @henryqw/pi-ask-question
|
|
52
|
-
```
|