mirror of https://github.com/cirruslabs/tart.git
Clarify requirements for `dir` argument (#231)
This commit is contained in:
parent
90d1393137
commit
87f29cc11f
|
|
@ -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] = []
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue