bschaatsbergen / cidr

Simplifies IPv4/IPv6 CIDR network prefix management with counting, overlap checking, explanation, and subdivision.
https://formulae.brew.sh/formula/cidr
MIT License
184 stars 9 forks source link

Improve subcommand `overlaps` error logs #39

Closed bschaatsbergen closed 2 years ago

bschaatsbergen commented 2 years ago

Currently the error logs of the subcommand overlaps are not very helpful, I've added some temporarily code that should be tidied up under #33.

We should preferably have examples as part of the --help and log errors always using an error: prefix.

Closes #33