Skip to content

find command in User Guide's Command Summary section contains invalid command format #5

Description

@imaginarys96

Description

find command in user guide contains invalid command format

Find the Invalid Command

  1. Go to https://ay2324s1-cs2113-w12-1.github.io/tp/UserGuide.html#command-summary
  2. Notice that the summary given for the find command is as shown below

image.png

  1. Proceed to confirm that this is an invalid command, by running the following command find /math in the app. You will obtain the following error
find /math
    ____________________________________________________________

    Ono! You did not indicate the keywords you are searching by :<
    Please format your input as find /description [description] or find /module [module]!
    ____________________________________________________________

Expected Output

If you were to go the find command section here, you will see a different format/example given, as shown below

image.png

  1. Following the example above, running the command find /module math returns
find /module math
    ____________________________________________________________

    Here are questions that matched your search:
    1: [S][] represent the fraction 5.3 as a mixed number / ans here | math | EASY
    ____________________________________________________________

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions