issue_manifest.fill_manifest_interactively()
Prompt the user for manifest values at the command line.
Usage
issue_manifest.fill_manifest_interactively(manifest)Parameters
manifest: dict[str, Any]- Manifest template to populate in place.
Returns
dict[str, Any]- Updated manifest containing the collected user input.