Wordle is a word guessing game. Each day you have to guess a new word. You have 6 attempts and each attempt you make reveals some information.
# play the daily wordle game
wordle
# play the given day (eg if you missed a day)
wordle day <day-number>
# play the given date
wordle date <year-month-day>
# play a random game
wordle random
# play a custom word
wordle custom <word>
cargo install cl-wordle --locked