This directory contains the client implementation, pretty much all of this code is also used by the server console.
Important: No code in this directory can import any code from server/.
assets/- Static asset files and management code (e.g. client configs)cli/- Command line interface implementationcommand/- Console command implementationsconstants/- Various shared constant valuescore/- Client state managementlicenses/- Open source licensesspin/- Console spinner librarytcpproxy/- Local TCP proxy listener codetransport/- Wires the client to the serverversion/- Version informationmain.go- Entrypoint