out-of-cheese-error / the-way

A code snippets manager for your terminal.
MIT License
352 stars 16 forks source link

stdout option breaks in the latest releases #159

Closed SmartFinn closed 8 months ago

SmartFinn commented 8 months ago

Since upgrading to v0.20.1 the --stdout option of search command stop working as expected. Instead, the option does nothing. It just copies the snippet to clipboard like the option didn't pass.

image

This also breaks cmdsearch function in Shell commands.

Ninjani commented 8 months ago

Yep, the stdout and exact options got mixed up, thanks for the report. Should be fixed in v0.20.2

SmartFinn commented 8 months ago

Thanks for the quick fix. Now it works as expected.