We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
list
When executing the command list a (in order to trigger the invalid command format message), the resulting help message states:
list a
Invalid command format! %1$sPlease use: list: Lists students with optional sorting and filtering. Parameters: [Optional] f/FILTER_TYPE fv/FILTER_VALUE [Optional] s/SORT_TYPE o/SORT_ORDER Supported SORT_TYPE: name, progress, github Supported SORT_ORDER: asc (ascending), des (descending) Supported FILTER_TYPE: class, team, progress Example: 1. list s/name o/asc 2. list f/class fv/T01 3. list f/class fv/T01 s/name o/asc
Notice the erroneous %1$sPlease use text.
%1$sPlease use
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When executing the command
list a
(in order to trigger the invalid command format message), the resulting help message states:Notice the erroneous
%1$sPlease use
text.The text was updated successfully, but these errors were encountered: