Files
2025-08-28 13:06:53 +08:00

7 lines
98 B
Go

package cmd
// Execute executes the commands.
func Execute() error {
return rootCmd.Execute()
}