A converter for IPv4 addresses.
```console ip2d 0.3.0 0xflotus A converter for IPv4 Addresses
USAGE: ip2d [OPTIONS] [ip]
ARGS:
OPTIONS:
-h, --help Print help information
-r, --reverse
```bash
ip2d 127.0.0.1 2130706433
ip2d -r 230451 0.3.132.51
ip2d -x 127.0.2.2 0x7f000202 ````