mirror of
https://github.com/apple/container.git
synced 2026-09-21 07:05:57 +00:00
vminitd: Proper pty setup / mount /dev/console (#248)
This commit is contained in:
@@ -68,7 +68,8 @@ extension Application {
|
||||
@Option(name: .long, help: "Current working directory")
|
||||
var cwd: String = "/"
|
||||
|
||||
@Argument var arguments: [String] = ["/bin/sh"]
|
||||
@Argument(parsing: .captureForPassthrough)
|
||||
var arguments: [String] = ["/bin/sh"]
|
||||
|
||||
func run() async throws {
|
||||
let kernel = Kernel(
|
||||
|
||||
Reference in New Issue
Block a user