andreas-stuerz / opn-cli

CLI for OPNsense Firewall using API Requests
BSD 2-Clause "Simplified" License
45 stars 8 forks source link

Refactor module layout #52

Closed andreas-stuerz closed 5 months ago

andreas-stuerz commented 5 months ago

Refactor code to a more compact module layout. It is easier to add new commands if the required code and test are in one location instead of multiple locations.