check_urls 0.2.6

Verify the validity of URLs inside your files
# check_urls

Verify the validity of URLs inside your files

![demo](https://github.com/wdroz/check_urls/raw/master/media/demo.gif)

**⚠️ This is a WIP project, expect some bugs and panics ⚠️**

## Install

```bash
cargo install check_urls
```

## Usage

```
check_urls 0.2.3
William Droz
Verify the validity of URLs inside your files

USAGE:
    check_urls [OPTIONS]

OPTIONS:
    -h, --help           Print help information
    -p, --path <PATH>    Path of codebase to check [default: .]
    -V, --version        Print version information
```