mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
7 lines
98 B
Go
7 lines
98 B
Go
package cmd
|
|
|
|
// Execute executes the commands.
|
|
func Execute() error {
|
|
return rootCmd.Execute()
|
|
}
|