Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CleanCmd = &cobra.Command{ Use: "clean", Short: "Delete `/.pal` file in your home directory", Run: func(cmd *cobra.Command, args []string) { err := RunCleanCmd() cobra.CheckErr(err) }, }
Functions ¶
func RunCleanCmd ¶
func RunCleanCmd() error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.