Function: complete()
complete<
CONTEXT>(__namedParameters):StricliIntegration<CONTEXT>
This integration provides a --complete flag on the root command, which accepts partial inputs after the flag.
Users should not call this flag directly, but when combined with a shell completion script, it can be used to
propose completions for the application.
Type Parameters
• CONTEXT extends CommandContext
Parameters
• __namedParameters: CompleteIntegrationConfiguration
Returns
StricliIntegration<CONTEXT>