DevLensCommandRunner constructor
DevLensCommandRunner()
Creates a new DevLensCommandRunner with the default 'scan' command registered.
Implementation
DevLensCommandRunner()
: super(
'devlens',
'Flutter Dependency Explorer - A visual developer tool for Flutter codebases.',
) {
addCommand(ScanCommand());
addCommand(ExplainCommand());
}