mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-25 06:58:59 -06:00
move the uploads command into a category
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user