--- source: src/test.rs expression: help_text --- Calculate the total size of all build/target folders Usage: size [OPTIONS] Options: -p, --path Path to a directory -d, --dry-run Run the program without making any changes -e, --exclude Exclude specific projects (by name) -l, --language Language to filter by Possible values: - rust: `Rust` projects (with `target` folder) - node-js: `NodeJS` projects (with `node_modules` folder) -h, --help Print help (see a summary with '-h') -V, --version Print version