FlaiCommandRunner constructor

FlaiCommandRunner()

Implementation

FlaiCommandRunner()
  : super(
      'flai',
      'CLI tool for installing FlAI AI chat components into Flutter projects.',
    ) {
  addCommand(InitCommand());
  addCommand(AddCommand());
  addCommand(ListCommand());
  addCommand(DoctorCommand());
}