Create the initial CLI structure for DevLint. Commands: devlint env <path> devlint readme <path> devlint contract --schema <file> --input <file> devlint scan <path> Acceptance Criteria: - CLI builds successfully - Commands are registered - Help menu works - Command handlers are stubbed
Create the initial CLI structure for DevLint.
Commands:
devlint env
devlint readme
devlint contract --schema --input
devlint scan
Acceptance Criteria: