reworked usage/description for netclient and added verbosity flags

This commit is contained in:
0xdcarns
2022-03-24 11:27:42 -04:00
parent 173916a4b3
commit 30a40aaed6
5 changed files with 47 additions and 6 deletions

View File

@@ -27,8 +27,10 @@ import (
"google.golang.org/grpc/credentials"
)
// Version - version of the netclient
var Version = "dev"
var (
// Version - version of the netclient
Version = "dev"
)
// MAX_NAME_LENGTH - maximum node name length
const MAX_NAME_LENGTH = 62