Gra7ityIC3 / pe

0 stars 0 forks source link

Incorrect command format for `add-schedule` #8

Closed Gra7ityIC3 closed 1 week ago

Gra7ityIC3 commented 1 week ago

The command format for add-schedule uses add-schedule c/CONTACT n/NAME d/DATE t/TIME. However, c/CONTACT isn't consistent with how you would display multiple indexes or parameters that can be specified multiple times.

For example, a parameter that can be specified multiple times is denoted as:

image.png

And a parameter that can take multiple values is usually denoted as c/CONTACT_INDEXES and can be used as c/1 2 3. Note the plural form of INDEX.

image.png

The UG could have clarified the format for c/CONTACT.