long description update
All checks were successful
code scans / scans (push) Successful in 1m28s
code scans / scans (pull_request) Successful in 1m30s

This commit is contained in:
jake 2025-05-11 00:22:07 -04:00
parent d370d4f33c
commit 57fc5e0807

View File

@ -16,8 +16,7 @@ import (
var clearCmd = &cobra.Command{
Use: "clear",
Short: "Clear config file",
Long: `Removes the configuration file from the system. The
config command must be run before use after clearing.`,
Long: `Clears all configuration values for mctl`,
Run: func(cmd *cobra.Command, args []string) {
home, err := os.UserHomeDir()
cobra.CheckErr(err)