From c05b7dacaa57162f60b1eda63389461fc68600b5 Mon Sep 17 00:00:00 2001 From: AmeKnite <104745335+ameknite@users.noreply.github.com> Date: Thu, 19 Oct 2023 22:06:04 -0600 Subject: [PATCH] update readme --- README.md | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index deaecec..b2975d9 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,28 @@ A cargo subcommand to give credit to your dependencies Usage: cargo attribution [OPTIONS] Options: - --manifest-path Path to the Cargo.toml, [default: ./Cargo.toml] - --current-dir Directory of the cargo process, [default: .] - --output-dir Directory of the output files, [default: ./attribution] - --all-features Activate all available features - --no-default-features Deactivate default features - --features Select features to activate, e.g. f1,f2,f3 - --filter-platform Filter by target triple, e.g., "wasm32-unknown-unknown" - --only-normal-dependencies Avoid dev, build, and unknown dependencies - -h, --help Print help - -V, --version Print version + --manifest-path + Path to the Cargo.toml, [default: ./Cargo.toml] + --current-dir + Directory of the cargo process, [default: .] + --output-dir + Directory of the output files, [default: ./attribution] + -d, --dependencies-name + Dependencies file name [default: dependencies] + --all-features + Activate all available features + --no-default-features + Deactivate default features + --features + Select features to activate, e.g. f1,f2,f3 + --filter-platform + Filter by target triple, e.g., "wasm32-unknown-unknown" + --only-normal-dependencies + Avoid dev, build, and unknown dependencies + -h, --help + Print help + -V, --version + Print version ``` ## Main Features @@ -40,7 +52,7 @@ Options: Example of a dependency: ```toml -[[crate]] +[[dependencies]] name = "wasm-bindgen" version = "0.2.87" description = """