Skip to content

[REQ] Allow matching given_name only #41

Description

@arthurmelton

Hello, I was wondering if there could be support for matching given_name only.

For example if you do the following:

$ human_name parse "Jane"
$ echo $?
1

This gives an error and does not parse the name at all. I would like if the following output could be produced:

$ human_name parse "Jane"
{"first_initial":"J","given_name":"Jane"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions