implemented to change folder access level chacl
command.
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import argparse
|
||||
|
||||
from mdrsclient.commands import (
|
||||
ChaclCommand,
|
||||
ConfigCommand,
|
||||
DownloadCommand,
|
||||
FileMetadataCommand,
|
||||
@ -35,6 +36,7 @@ def main() -> None:
|
||||
DownloadCommand.register(parsers)
|
||||
MvCommand.register(parsers)
|
||||
RmCommand.register(parsers)
|
||||
ChaclCommand.register(parsers)
|
||||
MetadataCommand.register(parsers)
|
||||
FileMetadataCommand.register(parsers)
|
||||
|
||||
|
Reference in New Issue
Block a user