0.1.7 • Published 4 years ago
wordle-search v0.1.7
wordle-search
Searches a word list for words that match the specified filters.
$npx wordle-search B_Y__ -i ou -e erfThis example searches for a word with B as the first letter, Y as the third letter which includes the letters o and u and does not include e, r or f
Options
| Argument | Alias | Type | Description |
|---|---|---|---|
| known | string | Known characters. Default option (does not need --known switch). Specify known characters: wordle-search k_o_n | |
| length | l | number | Length of word to search for. Defaults to 5 |
| exclude | e | string | characters to exclude |
| include | i | string | characters to include |
| maxDisplayCount | number | Maximum results to display. Defaults to 10 | |
| help | h | boolean |
Markdown Generated by ts-command-line-args