the-way
the-way copied to clipboard
Query for `languages` list as "any of"?
According to documentation (help), any query such as search and list accepts --languages argument with list of langs.
-l, --languages <LANGUAGES> Snippets written in <language> (multiple with 'lang1 lang2')
I have two snippets - one for "sh" and another for "fish" lang.
Is it possible to search for any of specified lang?
I'm asking because example in the doc seems to works as all of like
the-way search --stdout --languages="sh fish" - so I getting nothing, zero results, but expected is both of existing.