Change root command name to all lower case so that the cobra-generated examples work correctly on case-sensitive file systems

This commit is contained in:
David Dworken
2023-09-13 19:46:49 -07:00
parent 763c8208f7
commit a039b19b9c

View File

@@ -12,7 +12,7 @@ import (
// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "hiSHtory",
Use: "hishtory",
Short: "hiSHtory: Better shell history",
}