jamesmcm / vopono

Run applications through VPN tunnels with temporary network namespaces
GNU General Public License v3.0
888 stars 46 forks source link

Refactor dialoguer code into cli_client - WIP #171

Closed jamesmcm closed 2 years ago

jamesmcm commented 2 years ago

Plan is to separate out CLI code in to the client only, so vopono_core is interface agnostic.

Necessary for future GUI work.