NovusEdge / netpulse

A CLI for fetching and working with system network information
GNU General Public License v3.0
0 stars 1 forks source link

The `show interfaces` option does not work on windows systems #9

Open NovusEdge opened 1 year ago

NovusEdge commented 1 year ago

The current implementation of the show interfaces option/command only works on linux (and maybe other UNIX systems). The command uses netstat to get the interfaces, so either remove the dependance on that or make functions specific to the OS

(of course, I can always make a different version for each OS, but that's just tedious)