On Sat, 19 Jun 2021, MRAB wrote:

It looks like you're mixing some Python usage ("faker.names()") in with
command line usage.

MRAB,

You are correct. That was my problem.

Judging from the docs, I'd say you need something more like:
   $ faker -o temp.out name
for 1 fake name or:
   $ faker -r=10 -o temp.out name
for 10 fake names.

Thank you. I didn't pick that up when I read the document.

Much appreciated,

Rich
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to