Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 363 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 363 Bytes

Wordle CLI

Wordle clone for the CLI made with Go.

Screenshots

image

Usage

wordle

# Use your own word
wordle -w <cool-word>

# Play daily word of wordle
wordle daily

# Play daily word for a custom date
wordle daily --date "2022-01-01"