forked from toolshed/abra
refactor: break up cli pkg into nice small chunks
This commit is contained in:
11
cli/app/remove.go
Normal file
11
cli/app/remove.go
Normal file
@ -0,0 +1,11 @@
|
||||
package app
|
||||
|
||||
import (
|
||||
"coopcloud.tech/abra/cli/internal"
|
||||
"github.com/urfave/cli/v2"
|
||||
)
|
||||
|
||||
var appRemoveCommand = &cli.Command{
|
||||
Name: "remove",
|
||||
Flags: []cli.Flag{internal.VolumesFlag, internal.SecretsFlag},
|
||||
}
|
Reference in New Issue
Block a user