anc95 / inquirer-file-tree-selection

inquirer prompt for select a file or dir by file tree
49 stars 26 forks source link

expose `transformer` as an option #7

Closed hogpilot closed 4 years ago

hogpilot commented 4 years ago

The capability to add a transform function to return a transformed value to display to the user is a standard option in most Inquirer question types. I'll submit a pull request which adds this capability as an enhancement to the existing functionality.