We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29dd2b commit 2049f86Copy full SHA for 2049f86
src/mscp/cli.py
@@ -404,10 +404,6 @@ def parse_cli() -> None:
404
)
405
sys.exit()
406
407
- if args.os_name == "visionos":
408
- logger.warning("visionOS is not supported at this time.")
409
- sys.exit()
410
-
411
if args.subcommand == "guidance":
412
if args.os_name != "macos" and args.script:
413
logger.error(
0 commit comments