Files
filebrowser/cmd/cmd.go
T

7 lines
98 B
Go

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