Skip to content

Commit e023d23

Browse files
committed
chore: add JSDoc descriptions
1 parent cb5a15f commit e023d23

File tree

1 file changed

+2
-2
lines changed
  • packages/generators/utils/add/questions

1 file changed

+2
-2
lines changed

packages/generators/utils/add/questions/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import { Question } from "inquirer";
1313

1414
/**
1515
* Returns Inquirer question for given action
16-
* @param {string} action
17-
* @returns {Question}
16+
* @param {string} action action for which question has to be prompted
17+
* @returns {Question} Question for given action
1818
*/
1919
export const manualOrListInput: (action: string) => Question = (action: string) => {
2020
const actionQuestion = `What do you want to add to ${action}?`;

0 commit comments

Comments
 (0)