CompletionScriptTemplate typedef

CompletionScriptTemplate = String Function(String rootCommand)

A type definition for functions that creates the content of a completion script given a rootCommand

Implementation

typedef CompletionScriptTemplate = String Function(String rootCommand);