Skip to content

Commit

Permalink
Clarify requirements for dir argument (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
raven authored Sep 7, 2022
1 parent 90d1393 commit 87f29cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/tart/Commands/Run.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ struct Run: AsyncParsableCommand {
@Option(help: ArgumentHelp("""
Additional directory shares with an optional read-only specifier\n(e.g. --dir=\"build:~/src/build\" --dir=\"sources:~/src/sources:ro\")
""", discussion: """
Requires host to be macOS 13.0 (Ventura) or newer.
All shared directories are automatically mounted to "/Volumes/My Shared Files" directory on macOS,
while on Linux you have to do it manually: "mount -t virtiofs com.apple.virtio-fs.automount /mount/point".
For macOS guests, they must be running macOS 13.0 (Ventura) or newer.
""", valueName: "name:path[:ro]"))
var dir: [String] = []

Expand Down

0 comments on commit 87f29cc

Please sign in to comment.