Skip to content

Conversation

@4383
Copy link

@4383 4383 commented May 16, 2025

The README file gives the following example:
find . -type f | scout --search=url

but this example leads to the following error:
Error: unknown command line arguments: ["--search=url"].

The same example works when we remove the equal sign. This patch updates the example to make it usable.

The README file give the following example:
`find . -type f | scout --search=url`

but this example lead to the following error:
`Error: unknown command line arguments: ["--search=url"].`

The same example works when we remove the equal sign.
This patch update the example to make it usable.
@4383
Copy link
Author

4383 commented May 16, 2025

Where url is my personal use case.

@jhbabon
Copy link
Owner

jhbabon commented May 19, 2025

@4383 thanks for submitting this! I think if the = sign is not working that means there is a regression and I should fix that. I need to look into why it is happening.

@4383
Copy link
Author

4383 commented May 19, 2025

Ack, no problem. Let me know.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants