long description update
This commit is contained in:
parent
d370d4f33c
commit
57fc5e0807
@ -16,8 +16,7 @@ import (
|
|||||||
var clearCmd = &cobra.Command{
|
var clearCmd = &cobra.Command{
|
||||||
Use: "clear",
|
Use: "clear",
|
||||||
Short: "Clear config file",
|
Short: "Clear config file",
|
||||||
Long: `Removes the configuration file from the system. The
|
Long: `Clears all configuration values for mctl`,
|
||||||
config command must be run before use after clearing.`,
|
|
||||||
Run: func(cmd *cobra.Command, args []string) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
home, err := os.UserHomeDir()
|
home, err := os.UserHomeDir()
|
||||||
cobra.CheckErr(err)
|
cobra.CheckErr(err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user