[#1092] neofs-cli: Add 'acl extended create' command
Follows neofs-cli refactor scheme from #1074 Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
e976a55358
commit
08e83a2bc7
8 changed files with 398 additions and 31 deletions
12
cmd/neofs-cli/modules/acl/extended/root.go
Normal file
12
cmd/neofs-cli/modules/acl/extended/root.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
package extended
|
||||
|
||||
import "github.com/spf13/cobra"
|
||||
|
||||
var Cmd = &cobra.Command{
|
||||
Use: "extended",
|
||||
Short: "Operations with Extended Access Control Lists",
|
||||
}
|
||||
|
||||
func init() {
|
||||
Cmd.AddCommand(createCmd)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue