def show_wordlists(): click.echo(_('builtin word lists:')) choices = [res for res in pkg_resources.resource_listdir( __name__, 'wordlists') if '.' not in res] click.echo(' '.join(sorted(choices)))