Open nus-se-script opened 1 week ago
Thanks for this issue. This has been explained the user guide. This syntax is valid to denote that at least one KEYWORD is required. The KEYWORD [KEYWORD]...
may confuse the user further as compared to KEYWORD [MORE_KEYWORDS]...
. Accepted as we missed out the ...
in the photo you shown.
--
As below,
[MORE_KEYWORDS]
would suggest that it is a different parameter formKEYWORD
, and that it can only be specified once.It would be more appropriate to use
[KEYWORD]...
[original: nus-cs2103-AY2425S1/pe-interim#1702] [original labels: type.DocumentationBug severity.VeryLow]