dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
25 stars 34 forks source link

Make validate asynchronous #271

Closed JamesLMilner closed 5 years ago

JamesLMilner commented 6 years ago

Type: feature

The following has been addressed in the PR:

Description:

At the moment validate expects a boolean return type but the ValidateHelper returns a Promise, meaning you can't use the helper in a command.

Resolves #272

agubler commented 6 years ago

Please don't merge this until we have created the v4 branch.