Skip to content
Snippets Groups Projects
Commit 46c66428 authored by Josh Brooks's avatar Josh Brooks
Browse files

Add proto to command

parent 3d30411a
No related branches found
No related tags found
2 merge requests!67Release,!47Modify Login_Unsafe for pregenerated user JSON
......@@ -150,6 +150,7 @@ Available Commands:
group Group commands for cMix client
help Help about any command
init Initialize a user ID but do not connect to the network
proto Load client with a proto client JSON file.
single Send and respond to single-use messages.
ud Register for and search users using the xx network user discovery service.
version Print the version and dependency information for the Elixxir binary
......
......@@ -473,4 +473,6 @@ func init() {
protoCmd.Flags().String("profile-cpu", "",
"Enable cpu profiling to this file")
viper.BindPFlag("profile-cpu", protoCmd.Flags().Lookup("profile-cpu"))
rootCmd.AddCommand(protoCmd)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment