Skip to content

Commit 2049f86

Browse files
committed
fix: updated to support visionOS
1 parent c29dd2b commit 2049f86

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mscp/cli.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,6 @@ def parse_cli() -> None:
404404
)
405405
sys.exit()
406406

407-
if args.os_name == "visionos":
408-
logger.warning("visionOS is not supported at this time.")
409-
sys.exit()
410-
411407
if args.subcommand == "guidance":
412408
if args.os_name != "macos" and args.script:
413409
logger.error(

0 commit comments

Comments
 (0)