mirror of
https://github.com/stakater/Reloader.git
synced 2026-08-23 14:06:27 +00:00
9 lines
168 B
Go
9 lines
168 B
Go
package app
|
|
|
|
import "github.com/stakater/Reloader/internal/pkg/cmd"
|
|
|
|
// Run runs the command
|
|
func Run() error {
|
|
cmd := cmd.NewReloaderCommand()
|
|
return cmd.Execute()
|
|
} |