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

@@ -25,7 +25,7 @@ import (
"go.arsenm.dev/itd/api"
)
// heartCmd represents the heart command
// removeCmd represents the remove command
var removeCmd = &cobra.Command{
Use: "remove <path...>",
Aliases: []string{"rm"},