plugin-loader 0.1.1

Dynamic pipe loader for wacli
Documentation
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>>;
}