mirror of
https://github.com/openziti/zrok.git
synced 2025-06-22 10:41:40 +02:00
punctuate consistently
This commit is contained in:
parent
9b067d2266
commit
a1f72c061b
@ -18,7 +18,7 @@ func newConfigGetCommand() *configGetCommand {
|
|||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "get <configName>",
|
Use: "get <configName>",
|
||||||
Short: "Get a value from the environment config",
|
Short: "Get a value from the environment config",
|
||||||
Long: "Get a value from the environment config. Use 'zrok status' to list available configuration names and current values",
|
Long: "Get a value from the environment config. Use 'zrok status' to list available configuration names and current values.",
|
||||||
Args: cobra.ExactArgs(1),
|
Args: cobra.ExactArgs(1),
|
||||||
}
|
}
|
||||||
command := &configGetCommand{cmd: cmd}
|
command := &configGetCommand{cmd: cmd}
|
||||||
|
@ -22,7 +22,7 @@ func newConfigSetCommand() *configSetCommand {
|
|||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "set <configName> <value>",
|
Use: "set <configName> <value>",
|
||||||
Short: "Set a value into the environment config",
|
Short: "Set a value into the environment config",
|
||||||
Long: "Set a value into the environment config. Use 'zrok status' to list available configuration names and current values",
|
Long: "Set a value into the environment config. Use 'zrok status' to list available configuration names and current values.",
|
||||||
Args: cobra.ExactArgs(2),
|
Args: cobra.ExactArgs(2),
|
||||||
}
|
}
|
||||||
command := &configSetCommand{cmd: cmd}
|
command := &configSetCommand{cmd: cmd}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user