implemented to change folder access level chacl command.

This commit is contained in:
2023-05-11 17:00:14 +09:00
parent 995e4cc467
commit b028c86b20
8 changed files with 80 additions and 12 deletions

View File

@ -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)