w
This commit is contained in:
+2
-2
@@ -119,12 +119,12 @@ def _parse_args(argv=None) -> argparse.Namespace:
|
||||
parser.add_argument(
|
||||
"--enabled-tools",
|
||||
default=None,
|
||||
help="Comma-separated whitelist of tool names to expose",
|
||||
help="Comma-separated whitelist of tool names or group aliases (read-only, write-only) to expose",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--disabled-tools",
|
||||
default=None,
|
||||
help="Comma-separated blacklist of tool names to hide",
|
||||
help="Comma-separated blacklist of tool names or group aliases (read-only, write-only) to hide",
|
||||
)
|
||||
return parser.parse_args(argv)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user