Skip to content

Commit

Permalink
Merge pull request #3 from innovativeinnovation/fix-url-alias
Browse files Browse the repository at this point in the history
Fix url alias
  • Loading branch information
williambelle committed Nov 27, 2018
2 parents 613ce40 + 6ff6cfe commit 1ce5bce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ var colors = require('colors');
var yargs = require('yargs')

.command('url', 'URL to check')
.alias('url')
.required(1, 'URL is required')

// Version
Expand Down

0 comments on commit 1ce5bce

Please sign in to comment.