move the uploads command into a category

This commit is contained in:
Willy Kloucek
2022-08-17 12:40:02 +02:00
parent 4c6f26a8db
commit c0f0b0efb4

View File

@@ -19,8 +19,9 @@ import (
func Uploads(cfg *config.Config) *cli.Command {
return &cli.Command{
Name: "uploads",
Usage: "manage uploads",
Name: "uploads",
Usage: "manage uploads",
Category: "maintenance",
Before: func(c *cli.Context) error {
if err := parser.ParseConfig(cfg); err != nil {
fmt.Printf("%v", err)