Skip to content
New issue

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

Help message for list command partially shows erroneous text #3

Open
zwliew opened this issue Apr 4, 2025 · 0 comments
Open

Help message for list command partially shows erroneous text #3

zwliew opened this issue Apr 4, 2025 · 0 comments

Comments

@zwliew
Copy link
Owner

zwliew commented Apr 4, 2025

When executing the command list a (in order to trigger the invalid command format message), the resulting help message states:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant