Skip to content

Commit

Permalink
Remove browser command from cli also
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Åström committed Oct 31, 2017
1 parent fb416ad commit dcc9774
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ process.env.NODE_ENV = process.env.NODE_ENV || 'test';
yargs
.usage('aw <command>')
.command(require('./node'))
.command(require('./browser'))
.command(require('./webdriver'))
.command(require('./cdp'))
.argv;

0 comments on commit dcc9774

Please sign in to comment.