mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-01-06 03:31:02 -06:00
[server] basic public share creation
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
||||
"path"
|
||||
|
||||
"github.com/shroff/phylum/server/internal/command/fs"
|
||||
"github.com/shroff/phylum/server/internal/command/public.go"
|
||||
"github.com/shroff/phylum/server/internal/command/schema"
|
||||
"github.com/shroff/phylum/server/internal/command/serve"
|
||||
storagecmd "github.com/shroff/phylum/server/internal/command/storage"
|
||||
@@ -64,6 +65,7 @@ func SetupCommand() {
|
||||
user.SetupCommand(),
|
||||
storagecmd.SetupCommand(),
|
||||
fs.SetupCommand(),
|
||||
public.SetupCommand(),
|
||||
serve.SetupCommand(),
|
||||
}...)
|
||||
rootCmd.Execute()
|
||||
|
||||
Reference in New Issue
Block a user