@polka-codes/core 0.4.10 → 0.5.0
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8366,7 +8366,7 @@ var toolInfo = {
|
|
|
8366
8366
|
},
|
|
8367
8367
|
{
|
|
8368
8368
|
name: "options",
|
|
8369
|
-
description: "A comma separated list of possible answers to the question. If not provided, the user will be prompted to provide an answer.",
|
|
8369
|
+
description: "A comma separated list of possible answers to the question. Ordered by preference. If not provided, the user will be prompted to provide an answer.",
|
|
8370
8370
|
required: false,
|
|
8371
8371
|
usageValue: "A comma separated list of possible answers (optional)"
|
|
8372
8372
|
}
|