Skip to content

Commit

Permalink
Merge pull request #375 from VirenMohindra/patch-1
Browse files Browse the repository at this point in the history
#374 for more clarity for CLI flags
  • Loading branch information
gjtorikian authored Feb 3, 2017
2 parents a2f6c0a + 5009552 commit 5059d5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ HTMLProofer.check_links(['http://github.com', 'http://jekyllrb.com'])

This configures Proofer to just test those links to ensure they are valid. Note that for the command-line, you'll need to pass a special `--as-links` argument:

**Note:** flags are different from the default ones provided above. The underscores are replaced with dashes.

`allow_hash_href` will be `--allow-hash-href`


``` bash
htmlproofer www.google.com,www.github.com --as-links
```
Expand Down

0 comments on commit 5059d5a

Please sign in to comment.