haversnail / inquirer-date-prompt

A date prompt plugin for Inquirer.js.
https://www.npmjs.com/package/inquirer-date-prompt
MIT License
19 stars 2 forks source link

`default` option does not support function #6

Open anselmo-coolstay opened 1 year ago

anselmo-coolstay commented 1 year ago

I would like to input two date answers, start and end date in order. For end date, I want to set default option with start date which was inputted first. But this plugin only support Date as default.

Could you support it, please?