summaryrefslogtreecommitdiff
path: root/vendor/wasi/wit/deps/cli/command.wit
blob: 88ab2a97e3d131c52732762fc8188f4c2c9d1135 (plain)
1
2
3
4
5
6
7
8
9
10
package wasi:cli@0.2.4;

@since(version = 0.2.0)
world command {
  @since(version = 0.2.0)
  include imports;

  @since(version = 0.2.0)
  export run;
}