menu
distribute_cli package
documentation
ai_command.dart
AiCommand
AiCommand.new constructor
AiCommand.new constructor
dark_mode
light_mode
AiCommand
constructor
AiCommand
(
{
Future
<
int
>
executor
(
List
<
String
>
arguments
)?,
AiProvider
providerFactory
(
AiConfig
config
)?,
})
Creates the AI command.
Implementation
AiCommand({this.executor, this.providerFactory});
distribute_cli package
documentation
ai_command
AiCommand
AiCommand.new constructor
AiCommand class