Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: flajr/parseip

Nim 2.0 RC1

06 Jan 21:38

Choose a tag to compare

Repair fileExists check

02 Mar 17:42

Choose a tag to compare

Rewrite with docopt library

25 Jan 18:51

Choose a tag to compare

Changes:

  • Rewrite with docopt library for parsing arguments and options
  • With docopt spaces after short options are allowed so this is ok -o VALUE
  • There is no longer support for --option:value use --option=value
  • INFO, WARNING, ERROR printing to stderror
  • For reading STDIN use dash -

v1.7.0

25 Jan 10:29

Choose a tag to compare

Added feature --remove. Now you can remove octets and uniq IPs that way.

v1.6.1

23 Jan 13:38

Choose a tag to compare

Built with just build.

Check Justfile for more insight.