-
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"
Looking for Cova's API Documentation? Click here!