Package: @effect/cli
Module: CommandDescriptor
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 {}
Since v1.0.0