Closed martin-s closed 10 years ago
There should be a fallback prompt, which asks for a name, if the user hasn't entered a name for a new directive or a filter etc. Currently, the user gets some ugly error message. Example:
if( args.length === 0 ) { prompt... ) yeoman.generators.NamedBase.apply(this, arguments);
There should be a fallback prompt, which asks for a name, if the user hasn't entered a name for a new directive or a filter etc. Currently, the user gets some ugly error message. Example: