feat: rename client cmd to tcp

This commit is contained in:
tux
2025-03-04 19:56:51 +05:30
parent 3dd50d91dc
commit 8a28b0690b
3 changed files with 33 additions and 38 deletions

View File

@ -27,5 +27,4 @@ func init() {
rootCmd.AddCommand(serverCmd)
serverCmd.Flags().StringP("addr", "a", "0.0.0.0:1337", "Addr for the server to listen on")
clientCmd.MarkFlagRequired("addr")
}