Browse Source

example output

master
alistair 4 years ago
parent
commit
bd541dc1e2
  1. 15
      README.md

15
README.md

@ -7,14 +7,25 @@ letters from a pool of available letters.
To do this use To do this use
``` ```
$ banagram min <num extra letters> <word> <(optional) string of available letters>" $ # banagram min <num extra letters> <word> <(optional) string of available letters>"
$ banagram min 999 hello gufsv
hello
lughole + 1g 1u
shovelful + 1f 1s 1u 1v
``` ```
Alternatively, to find all words containing exactly all the same letters as a Alternatively, to find all words containing exactly all the same letters as a
given word, use: given word, use:
``` ```
$ banagram exact word $ # banagram exact word
$ banagram e meal
elam
elma
male
lame
male
meal
``` ```
## TODO: ## TODO:

Loading…
Cancel
Save