wick-interface-cli 0.4.0

CLI interface types for the wick framework and components
Documentation
# yaml-language-server: $schema=../../wick/wick-config/json-schema/manifest.json
---
name: cli
kind: wick/types@v1
package:
  registry:
    host: registry.candle.dev
    namespace: types
types:
  - name: Interactive
    kind: wick/type/struct@v1
    description: >
      A struct that describes if any parts of STDIO are interactive
    fields:
      - name: stdin
        type: bool
        description: Is STDIN interactive?
      - name: stdout
        type: bool
        description: Is STDOUT interactive?
      - name: stderr
        type: bool
        description: Is STDERR interactive?