Constructor to initialize the CLI configuration.
CLIConfig({ required this.projectDirectory, required this.outputDirectory, this.verbose = false, });