faker-cli icon indicating copy to clipboard operation
faker-cli copied to clipboard

How to generate arbitrary length of words?

Open deanrad opened this issue 7 years ago • 1 comments

This trial and error produced no results..

~/src/antares (master) $ faker-cli -l words
"repellat in quibusdam"
~/src/antares (master) $ faker-cli -l words 3
"nihil magni tempore"
~/src/antares (master) $ faker-cli -l words 5
"amet placeat quia"
~/src/antares (master) $ faker-cli -l 5 words
     Available options for lorem:
	word
	words
	sentence
	sentences
	paragraph
	paragraphs
	text
	lines


~/src/antares-example-chat (master) $ faker-cli -l '5 words'
     Available options for lorem:

deanrad avatar Mar 07 '17 18:03 deanrad

@deanrad Sorry i haven't been paying much attention to this, been on other things ! i'll check it out and if you can offer any contribution feel free : )

lestoni avatar Sep 13 '21 20:09 lestoni