mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-09-13 14:59:09 +00:00
add group commands
This commit is contained in:
parent
1b129332ae
commit
36c8318db1
12 changed files with 398 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/speatzle/go-passbolt-cli/folder"
|
||||
"github.com/speatzle/go-passbolt-cli/resource"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
@ -15,4 +16,5 @@ var moveCmd = &cobra.Command{
|
|||
func init() {
|
||||
rootCmd.AddCommand(moveCmd)
|
||||
moveCmd.AddCommand(resource.ResourceMoveCmd)
|
||||
moveCmd.AddCommand(folder.FolderMoveCmd)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue