diff --git a/internal/cmd/root.go b/internal/cmd/root.go index c1a9f59..4d5fb05 100644 --- a/internal/cmd/root.go +++ b/internal/cmd/root.go @@ -29,6 +29,7 @@ func NewRootCommand(c *config.Config) *cobra.Command { } for _, command := range c.Sequence { + log.Info().Str("function", command).Msg("Executing function") cmd.SetArgs([]string{command}) if err := cmd.Execute(); err != nil { return err