export default {
  askModel () {
    let done = this.async()
    this.prompt(questions, answers => {
      this.answers = Object.assign(this.answers || {}, answers);