Skip to content

Commit b809ccd

Browse files
derek73claude
andcommitted
docs: show the CLI example's JSON output in usage.rst
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 5063056 commit b809ccd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/usage.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Command line
106106
::
107107

108108
$ python -m nameparser --json "Doe, John"
109+
{"title": "", "given": "John", "middle": "", "family": "Doe", "suffix": "", "nickname": "", "maiden": ""}
109110

110111
Add ``--locale`` to parse with a locale pack (for example ``--locale
111112
ru``); see :doc:`locales`.

0 commit comments

Comments
 (0)