diff --git a/Sources/CLI/Commands/Run.swift b/Sources/CLI/Commands/Run.swift index 638c0bd9..e7461fae 100644 --- a/Sources/CLI/Commands/Run.swift +++ b/Sources/CLI/Commands/Run.swift @@ -104,7 +104,13 @@ struct Run: ParsableCommand { @Argument var path: String - @Argument + @Argument( + parsing: .captureForPassthrough, + help: ArgumentHelp( + "Arguments to be passed as WASI command-line arguments or function parameters", + valueName: "arguments" + ) + ) var arguments: [String] = [] func run() throws {