client-interface-cleanup (#6)

Refactoring and code cleanup. Improved client command interface.
This commit was merged in pull request #6.
This commit is contained in:
2025-09-17 08:00:12 +00:00
parent 75c7c2d3d9
commit 3d93c0206c
14 changed files with 349 additions and 63 deletions

Binary file not shown.

View File

@@ -7,5 +7,5 @@ import (
func main() {
log.SetFlags(0)
peer.Main()
peer.Main2()
}