Update README to document --lang CLI option
Description
The CLI now supports a --lang <code> option for both run and analyze commands, allowing users to receive error explanations in different languages.
The README should be updated to include:
Examples
# Run a file in Hindi
errlens run app.js --lang hi
# Analyze an error string in Spanish
errlens analyze "Cannot read properties of undefined" --lang es
---
#Goal
Help users understand and utilize the multilingual feature effectively.
Update README to document
--langCLI optionDescription
The CLI now supports a
--lang <code>option for bothrunandanalyzecommands, allowing users to receive error explanations in different languages.The README should be updated to include:
runandanalyzewith--lang--langis not specified (English)en,hi,es,fr,de,zh,ja,ptAdded the lang select option in 7 languages using lingo.dev added a f… #56
v1.1.0 #59
Examples