Fix comments in filesystem commands

This commit is contained in:
2021-11-27 00:11:37 -08:00
parent 24cfda82d7
commit a9ef386883
7 changed files with 7 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ import (
"go.arsenm.dev/itd/api"
)
// listCmd represents the heart command
// listCmd represents the list command
var listCmd = &cobra.Command{
Use: "list [path]",
Aliases: []string{"ls"},