Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ClientCmd = &cobra.Command{ Use: "client <url>", Aliases: []string{"c"}, Short: "Start the client", Long: "Start the nng client", Run: func(cmd *cobra.Command, args []string) { client(serverURL, clientName) }, }
View Source
var RootCmd = &cobra.Command{
Use: "nng",
Short: "A CLI for testing the nng surveyor pattern.",
Long: `A CLI for testing the nng surveyor pattern.`,
}
RootCmd is the root command for limo
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.