mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-16 13:51:42 +08:00
reworked usage/description for netclient and added verbosity flags
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user