Target
sereto.cli.target
¶
prompt_user_for_target(settings)
¶
Interactively prompt for a target's details.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
settings
|
Settings
|
The Settings object. |
required |
Returns:
Type | Description |
---|---|
Target
|
The target as provided by the user. |
Source code in sereto/cli/target.py
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 37 38 39 40 41 |
|