From e5e7800398d3636b900441ac4b9abc09f458c192 Mon Sep 17 00:00:00 2001 From: Dave Bakker Date: Sat, 28 Jun 2025 20:37:11 +0200 Subject: [PATCH] Add `get-*` prefix --- wit-0.3.0-draft/environment.wit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wit-0.3.0-draft/environment.wit b/wit-0.3.0-draft/environment.wit index d99dcc0..fb14eee 100644 --- a/wit-0.3.0-draft/environment.wit +++ b/wit-0.3.0-draft/environment.wit @@ -18,5 +18,5 @@ interface environment { /// Return a path that programs should use as their initial current working /// directory, interpreting `.` as shorthand for this. @since(version = 0.3.0) - initial-cwd: func() -> option; + get-initial-cwd: func() -> option; }