@neurolint/cli
Version:
NeuroLint CLI for React/Next.js modernization with advanced 6-layer orchestration and intelligent AST transformations
8 lines (6 loc) • 298 B
text/typescript
// SSO functionality has been removed as part of simplification
// Core NeuroLint focuses on code analysis and transformation
export function ssoCommand() {
console.log("SSO functionality is not available in the core version");
console.log("Focus on code analysis with: neurolint analyze");
}