distiller
is a command line tool written in rust, used for extracting comment from source code and storing the results into a queryable sqlite database.
distiller
is written in Rust. You can clone the repo and run to compile and install the binary to ${HOME}/.cargo/bin/distiller
bash
cargo install --path .
You can also run
bash
cargo install distiller
This will install it from crates.io to ${HOME}/.cargo/bin/distiller
```bash distiller --help distiller 2.0.2 Extracts all comments in source code to sqlite db
USAGE:
distiller [OPTIONS] --input
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-i, --input
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.