Commit Graph

5 Commits

Author SHA1 Message Date
raul 9c39b1c462 Added custom port flag to server command 2024-03-28 15:03:58 +01:00
raul 4e30581a5e Implementing client for connecting to the server
Also went ahead and fixed the server improperly writing to
connections.log, newlines be damned
2024-03-27 13:48:12 +01:00
raul 89fce7631b Added logging capabilities to server 2024-03-24 10:56:34 +01:00
raul 46ec23f513 Finally beginning to understand Cobra
So all I had to do to add extra subcommands was use cobra-cli add,
great, learning how to use this will definitely be useful in the long
run if I want to build actual CLI applications
2024-03-23 12:33:49 +01:00
raul f0df294bbe Practicing with Cobra 2024-03-23 12:06:31 +01:00