Linux command
feluda 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Check
feluda
Check
feluda [path/to/Cargo.toml]
Output
feluda --json
说明
feluda is a Rust tool that analyzes project dependencies and detects their licenses. It helps developers understand the license composition of their Rust projects and identify potential compliance issues. The tool reads Cargo.toml and Cargo.lock files to identify all dependencies and their associated licenses from crate metadata.
参数
- --json
- Output results in JSON format
- --include-dev
- Include dev dependencies
- --include-build
- Include build dependencies
- -h, --help
- Display help and exit
FAQ
What is the feluda command used for?
feluda is a Rust tool that analyzes project dependencies and detects their licenses. It helps developers understand the license composition of their Rust projects and identify potential compliance issues. The tool reads Cargo.toml and Cargo.lock files to identify all dependencies and their associated licenses from crate metadata.
How do I run a basic feluda example?
Run `feluda` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --json do in feluda?
Output results in JSON format