Person
sereto.cli.person
¶
prompt_user_for_person(person_type)
¶
Interactively prompt for a person's details.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
person_type
|
PersonType
|
The type of person to prompt for. |
required |
Returns:
Type | Description |
---|---|
Person
|
The person as provided by the user. |
Source code in sereto/cli/person.py
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
|