Base Analyze Command
abstract class BaseAnalyzeCommand(commandName: String, forceTui: Boolean, analyzeExecutor: (AnalyzeExecutionRequest) -> DependencyReport, jsonOutputPathProvider: (Path) -> Path, terminalCapabilitiesDetector: TerminalCapabilitiesDetector, tuiRunner: (TuiLaunchConfig, TerminalCapabilities) -> DependencyReport?) : CliktCommand
Inheritors
Constructors
Link copied to clipboard
constructor(commandName: String, forceTui: Boolean, analyzeExecutor: (AnalyzeExecutionRequest) -> DependencyReport, jsonOutputPathProvider: (Path) -> Path, terminalCapabilitiesDetector: TerminalCapabilitiesDetector, tuiRunner: (TuiLaunchConfig, TerminalCapabilities) -> DependencyReport?)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard