File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010## Установка
1111
12- Install rust and cargo, then run :
12+ Если rust и cargo не установлены :
1313``` bash
1414curl https://sh.rustup.rs -sSf | sh
1515```
1616
17- Then install deadcode via cargo :
17+ Установка самого инструмента :
1818``` bash
1919cargo install --git https://github.com/ak4code/deadcode
2020```
2121
22- ## Сборка и запуск
22+ ## Запуск
2323
2424``` bash
25- cargo build --release
26- ./target/release/dc # запуск в корне анализируемого проекта
27- ./target/release/dc --target-path /path/to/project --verbose
28- ./target/release/dc --format json > report.json
29- ./target/release/dc --kind function,method # только функции и методы
25+ dc # запуск в корне анализируемого проекта
26+ dc --target-path /path/to/project --verbose
27+ dc --format json > report.json
28+ dc --kind function,method # только функции и методы
3029```
3130
3231Параметры командной строки:
You can’t perform that action at this time.
0 commit comments