Function: version()
version<
CONTEXT>(__namedParameters):StricliIntegration<CONTEXT>
This integration provides a --version flag on the root command, which prints the current version of the application and exits.
It can be customized to provide different behavior; see VersionIntegrationConfiguration for configuration options.
Type Parameters
• CONTEXT extends CommandContext
Parameters
• __namedParameters: VersionIntegrationConfiguration
Returns
StricliIntegration<CONTEXT>