1 2 3 4 5 6
package wacli:cli@1.0.0; interface host-env { args: func() -> list<string>; env: func() -> list<tuple<string, string>>; }