check_urls 0.2.0

Verify the validity of URLs inside your files
# check_urls

Verify the validity of URLs inside your files

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

## Install

```bash
cargo install check_urls
```

## Usage

```
check_urls 0.2.0
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
```