'ss'
This commit is contained in:
6
cmd/cmd.go
Normal file
6
cmd/cmd.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package cmd
|
||||
|
||||
// Execute executes the commands.
|
||||
func Execute() error {
|
||||
return rootCmd.Execute()
|
||||
}
|
||||
Reference in New Issue
Block a user