# 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?