brona / iproute2mac

CLI wrapper for basic network utilites on Mac OS X inspired with iproute2 on Linux systems - ip command.
MIT License
898 stars 73 forks source link

Feature/ignore color option #47

Closed lexhuismans closed 11 months ago

lexhuismans commented 1 year ago

This PR ignores the color option when provided as suggested in Issue #21.

It ignores all the options starting with -c[olor=always|never|auto] or --c[olor=always|never|auto]. Independent on where the option is provided.

Also added orderless option for -4 and -6 and --version for version, but this can be reverted.

ottnorml commented 11 months ago

@brona any updates on this?