Files
filebrowser/cmd/cmd.go
T

7 lines
98 B
Go
Raw 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
}