effect-io-ai

Package: @effect/cli
Module: CommandDescriptor

CommandDescriptor.Command

A Command represents a command in a command-line application.

Every command-line application will have at least one command: the application itself. Other command-line applications may support multiple commands.

Signature

export interface Command<A> extends Command.Variance<A>, Pipeable {}

Source

Since v1.0.0