--server-socket-path and --config is overloaded, move to correct arg parser #173

Open
opened 2025-12-14 16:44:20 +01:00 by oysteikt · 0 comments
Owner

These args are duplicated for both client and server because the client might act as the server in the case where SUID/SGID mode is enabled. But instead of making these into global arguments (with currently confusing help messages), instead make two copies with more accurate descriptions, and make the client ones compile time optional.

This also requires moving the server connection logic into the client module.

These args are duplicated for both client and server because the client *might* act as the server in the case where SUID/SGID mode is enabled. But instead of making these into global arguments (with currently confusing help messages), instead make two copies with more accurate descriptions, and make the client ones compile time optional. This also requires moving the server connection logic into the `client` module.
oysteikt added this to the Initial release milestone 2025-12-14 16:44:20 +01:00
oysteikt added a new dependency 2025-12-15 01:03:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Reference: Projects/muscl#173