-
Notifications
You must be signed in to change notification settings - Fork 6
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.
Looking for Cova's API Documentation? Click here!