plugin-loader 0.1.1

Dynamic pipe loader for wacli
Documentation
1
2
3
4
5
6
7
package wacli:cli@1.0.0;

interface host-process {
  use types.{exit-code};

  exit: func(code: exit-code);
}