The User Guide specifies that the sd|START DATE parameter in the filter command is optional, enclosed in square brackets ([sd|START DATE]). However, in the application's error message, the filter usage syntax does not indicate sd|START DATE as optional, leading to confusion.
Steps to Reproduce
Enter the filter command with only the sd|START DATE parameter.
filter sd|2024-12-21
Expected Result
An error message that correctly indicates sd|START DATE as optional, matching the User Guide's notation.
Actual Result
The error message suggests that sd|START DATE is required, displaying it without square brackets, which is inconsistent with the User Guide.
Concern
This inconsistency may confuse users regarding the correct usage of optional parameters in the filter command.
Description
The User Guide specifies that the
sd|START DATE
parameter in thefilter
command is optional, enclosed in square brackets ([sd|START DATE]
). However, in the application's error message, thefilter
usage syntax does not indicatesd|START DATE
as optional, leading to confusion.Steps to Reproduce
filter
command with only thesd|START DATE
parameter.filter sd|2024-12-21
Expected Result
An error message that correctly indicates sd|START DATE as optional, matching the User Guide's notation.
Actual Result
The error message suggests that sd|START DATE is required, displaying it without square brackets, which is inconsistent with the User Guide.
Concern
This inconsistency may confuse users regarding the correct usage of optional parameters in the filter command.