enableAutoInstall property

  1. @override
bool enableAutoInstall

Define whether the installation of the completion files should done automatically upon the first command run.

If set to false the user will have to manually install the completion files via the install-completion-files command.

Override this field to disable auto installation.

Implementation

@override
bool get enableAutoInstall => isProgramInstalled(SidekickContext.cliName);