hyprspace/cli
Jörg Thalheim fc42d2eec0
Fix various linting issues. (#68)
* remove unused vars/functions

* all constants need explicit types

See https://staticcheck.dev/docs/checks/#SA9004

* cli/up: add missing error checks

* server: fix potential race condition of chown when binding listening socket

a process waiting for the socket appear may bind before we can apply
filesystem permissions.
2024-11-17 17:20:01 +00:00
..
init.go Generate config struct from NixOS options (#33) 2024-06-02 17:03:02 +00:00
peers.go add --interface, implement for commands: peers, status 2024-04-28 00:18:44 +02:00
root.go config and CLI overhaul 2024-04-28 00:20:35 +02:00
route.go print node names in route show 2024-04-28 00:21:23 +02:00
status.go cli: color p2p-circuit addresses gray in status output (#64) 2024-11-12 09:28:50 +01:00
up.go Fix various linting issues. (#68) 2024-11-17 17:20:01 +00:00
util.go Fix various linting issues. (#68) 2024-11-17 17:20:01 +00:00