Skip to content

[Bug] Find command breaks when taking in multiple arguments #9

Description

@Ditzchann

List used:
image.png

While find -d 2025-04-04 and find -n Alice work individually,

image.png

image.png

Using both of them at the same time causes the command to behave erratically rather than throw an error for invalid input.

find -d 2025-04-04 -n alice throws an invalid date error.
image.png

find -n Alice -d 2025-04-05 executes as per normal and returns no results.
image.png

Suggestion: Throw an error when an invalid input format is used.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions