generate property

String Function(String name, String exec) generate
final

Generates a completion setup script for name.

exec is parsed as a shell-style command prefix, then re-quoted by the generated script before completion arguments are appended.

Implementation

final String Function(String name, String exec) generate;