Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Inquirer function params #190

Merged
merged 3 commits into from
Jan 8, 2021

Commits on Oct 8, 2020

  1. Add answers parameter

    ...to better honour the `inquirer` function contract for `question.filter` and `question.validate`.
    RobinKnipe committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    7e2fb9c View commit details
    Browse the repository at this point in the history
  2. Check inquirer function params

    Ensure the `answers` object is also passed to the `filter` function.
    RobinKnipe committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    30e08d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Check validation validate function params

    Ensure the `answers` object is also passed to the `validate` function.
    RobinKnipe committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    19f73f5 View commit details
    Browse the repository at this point in the history