rome
Rome CLI
Subcommands
Name | Description |
---|---|
check | Run the linter on a set of files |
ci | Run the linter and formatter check on a set of files |
format | Run the formatter on a set of files |
init | Bootstraps a new rome project |
start | Start the Rome daemon server process |
stop | Stop the Rome daemon server process |
lsp-proxy | Acts as a server for the Language Server Protocol over stdin/stdout |
rage | Prints information for debugging |
version | Shows the Rome version information and quit |
help | Prints help message |
Options
Name | Description |
---|---|
--colors <mode> | Set the formatting mode for markup |
--use-server | Connect to a running instance of the Rome daemon server |
--version | Show the Rome version information and quit |
--files-max-size <BYTES> | The maximum allowed size for source code files in bytes |