Files

7 lines
98 B
Go
Raw Permalink Normal View History

2019-01-05 22:44:33 +00:00
package cmd
// Execute executes the commands.
func Execute() error {
return rootCmd.Execute()
2019-01-05 22:44:33 +00:00
}