Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement the
analyzer
command. (#13)
* feat: implement the `analyzer` command. This commit introduces the `sprocket analyzer` command that can be used to run sprocket as an LSP server. The command currently takes two options: * `--lint`: whether or not to enable lints in analysis. * `--stdio` (currently required): use stdio as the transport channel for the server. This commit also updates all dependencies to latest and adds `Cargo.lock` to the repository for consistent builds, which is desirable for bin projects like `sprocket`. * chore: Update README with `sprocket analyzer` command.
- Loading branch information