Files
Archive/filebrowser/cmd/cmd.go
2025-07-22 20:42:27 +02:00

7 lines
98 B
Go

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