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
// moveCmd represents the move command
var moveCmd = &cobra.Command{
Use: "move <old> <new>",
Aliases: []string{"mv"},