mirror of
https://github.com/tuxdotrs/trok.git
synced 2025-07-06 20:06:34 +05:30
feat: rename client cmd to tcp
This commit is contained in:
@ -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")
|
||||
}
|
||||
|
Reference in New Issue
Block a user