We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--lang
-l
FZWIKI_LANG
fzwiki QUERY... # --> search en.wikipedia.org (default) fzwiki --lang ja,en QUERY... # --> search ja.wikipedia.org, en.wikipedia.org FZWIKI_LANG="ja,en" fzwiki QUERY... # --> search ja.wikipedia.org, en.wikipedia.org export FZWIKI_LANG="ja,en"; fzwiki QUERY... # --> search ja.wikipedia.org, en.wikipedia.org
The text was updated successfully, but these errors were encountered:
#10 FZWIKI_LANG 環境変数でデフォルトの言語を変更可能にした
Sorry, something went wrong.
複数指定できるできる機能要らない気がしてきた
No branches or pull requests
機能案
仕様案
-l
,--lang
オプションの引数にカンマで区切った言語名を指定するFZWIKI_LANG
にカンマで区切った言語名を指定するThe text was updated successfully, but these errors were encountered: