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"}
Hello, I was wondering if there could be support for matching
given_nameonly.For example if you do the following:
This gives an error and does not parse the name at all. I would like if the following output could be produced: