package cmd import ( "errors" "fmt" "github.com/spf13/cobra" "github.com/rogeecn/renamer/internal/listing" "github.com/rogeecn/renamer/internal/regex" ) func newRegexCommand() *cobra.Command { cmd := &cobra.Command{ Use: "regex