Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does Ynaxdh stand for? (Yeoman)

I'm new to JavaScript automation stuff, especially yeoman (so new that I'm still delighted by the ASCII greet)

     _-----_
    |       |
    |--(o)--|   .--------------------------.
   `---------´  |    Welcome to Yeoman,    |
    ( _´U`_ )   |   ladies and gentlemen!  |
    /___A___\   '__________________________'
     |  ~  |
   __'.___.'__
 ´   `  |° ´ Y `

What does 'Ynaxdh' stand for? Yes, no, ... ?

like image 534
ina Avatar asked Apr 10 '14 05:04

ina


2 Answers

Here the complete list of answers:

  • Y: yes (Default)
  • n: no
  • a: yes to this question and all others (or always yes).
  • x: abort (exit)
  • d: show the differences between the old and the new file
  • h: help, list all options

So if you don't remember this definitions you can always enter h and see the list. Also in the new version, when you enter one of the letters you will see the definition showing behind the question.

The one in uppercase is the default one. If that is your choice, you can just hit enter.

like image 127
Jesús Carrera Avatar answered Nov 13 '22 23:11

Jesús Carrera


Ynaxdh are the possible answers to the question you are being asked. For example:

[?] Overwrite Gruntfile.js? (Ynaxdh)

Y for yes

n for no

h likely stands for help, use it to find the rest of the definitions

like image 45
ctcherry Avatar answered Nov 14 '22 00:11

ctcherry