Module cli

Module cli 

Source
Expand description

Various batch processing tasks, intended primarily for debugging.

Modulesยง

analysis_stats ๐Ÿ”’
Fully type-check project and print various stats, like the number of type errors.
diagnostics ๐Ÿ”’
Analyze all modules in a project for diagnostics. Exits with a non-zero status code if any errors are found.
flags
Grammar for the command-line arguments.
highlight ๐Ÿ”’
Read Rust code on stdin, print HTML highlighted version to stdout.
lsif ๐Ÿ”’
LSIF (language server index format) generator
parse ๐Ÿ”’
Read Rust code on stdin, print syntax tree on stdout.
prime_caches ๐Ÿ”’
Load the project and run cache priming.
progress_report ๐Ÿ”’
A simple progress bar
run_tests ๐Ÿ”’
Run all tests in a project, similar to cargo test, but using the mir interpreter.
rustc_tests ๐Ÿ”’
Run all tests in a project, similar to cargo test, but using the mir interpreter.
scip ๐Ÿ”’
SCIP generator
ssr ๐Ÿ”’
Applies structured search replace rules from the command line.
symbols ๐Ÿ”’
Read Rust code on stdin, print syntax tree on stdout.
unresolved_references ๐Ÿ”’
Reports references in code that the IDE layer cannot resolve.

Enumsยง

Verbosity

Functionsยง

full_name_of_item ๐Ÿ”’
print_memory_usage ๐Ÿ”’
read_stdin ๐Ÿ”’
report_metric ๐Ÿ”’