feat: custom word list
This commit is contained in:
@@ -23,15 +23,18 @@ uvx --from git+https://git.klemek.fr/klemek/cool-domain cool-domain
|
||||
## Usage
|
||||
|
||||
```txt
|
||||
usage: cool-domain [-h] [--count DOMAIN_COUNT] [--lang {english,french}] [--words WORD_COUNT] [--dig | --no-dig] [--debug | --no-debug]
|
||||
[--quiet | --no-quiet] [--cache | --no-cache] [--cache-file CACHE_FILE] [--tld-list-uri TLD_LIST_URI]
|
||||
usage: cool-domain [-h] [--count DOMAIN_COUNT] [--words WORD_COUNT] [--lang {english,french,custom}] [--custom-words CUSTOM_WORDS]
|
||||
[--dig | --no-dig] [--debug | --no-debug] [--quiet | --no-quiet] [--cache | --no-cache] [--cache-file CACHE_FILE]
|
||||
[--tld-list-uri TLD_LIST_URI]
|
||||
|
||||
options:
|
||||
-h, --help show this help message and exit
|
||||
--count DOMAIN_COUNT number of domains to generate (default: 1)
|
||||
--lang {english,french}
|
||||
word list lang (default: english)
|
||||
--words WORD_COUNT number of words per domain (default: 1)
|
||||
--lang {english,french,custom}
|
||||
word list lang (default: english)
|
||||
--custom-words CUSTOM_WORDS
|
||||
custom word list location (default: words.txt)
|
||||
--dig, --no-dig check availability with dig (default: true)
|
||||
--debug, --no-debug
|
||||
--quiet, --no-quiet
|
||||
|
||||
Reference in New Issue
Block a user