cli

command module
v0.0.0-...-cade83d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2023 License: MIT Imports: 6 Imported by: 0

README

CLI for Countdown Solver

usage: ./countdown [options] <letters>
options:
  -d, --dict string      Location of dictionary file (default "words.txt")
  -h, --help             Prints this message
  -s, --max-size int     Maximum size of word list
  -l, --min-length int   Minimum length answers need to be (default 1)

examples:
  $ ./countdown 'sraneimax'
  $ ./countdown --max-size 10 'mhseoudma'
  $ ./countdown --dict /usr/share/dict/words --min-length 4 'eoiadnnzt'

Includes a sorted list of the top 1000 words in English in words.txt.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL