mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-07-27 18:30:34 +00:00
7 lines
98 B
Go
7 lines
98 B
Go
package cmd
|
|
|
|
// Execute executes the commands.
|
|
func Execute() error {
|
|
return rootCmd.Execute()
|
|
}
|