Skip to content

Argument Types

00JCIV00 edited this page Apr 1, 2024 · 2 revisions

Cova is based on the idea that Arguments will fall into one of three categories: Commands, Options, or Values. These form the building block Types for Cova which the rest of the library is built on.

Example:

command --option "value"

Learn how to configure and create Commands, the base Argument Type for Cova.

Learn about creating Options for a Command.

Learn about creating Values for Options and Commands.