Skip to content

Commit

Permalink
bddy: add hint-visual task
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Sep 26, 2017
1 parent 30298db commit b73b762
Show file tree
Hide file tree
Showing 2 changed files with 1,175 additions and 8 deletions.
4 changes: 4 additions & 0 deletions bddy.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ module.exports = function(ctx, forany, argv, bddy) {
await this.need("hint-start");
await this.cd("hint").runInteractive("node", "top", "hint");
});
forany.virt("hint-visual").def(async function(target) {
await this.need("hint-start");
await this.cd("hint").runInteractive("node", "top", "visual");
});
forany.virt("hint-start").def(async function(target) {
let dependents = [];
const wSet = new Set();
Expand Down
Loading

0 comments on commit b73b762

Please sign in to comment.