We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5a15f commit e023d23Copy full SHA for e023d23
packages/generators/utils/add/questions/index.ts
@@ -13,8 +13,8 @@ import { Question } from "inquirer";
13
14
/**
15
* Returns Inquirer question for given action
16
- * @param {string} action
17
- * @returns {Question}
+ * @param {string} action action for which question has to be prompted
+ * @returns {Question} Question for given action
18
*/
19
export const manualOrListInput: (action: string) => Question = (action: string) => {
20
const actionQuestion = `What do you want to add to ${action}?`;
0 commit comments