Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Oct 20, 2023
1 parent 94438dd commit db1e35d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Install cargo-attribution with: `cargo install cargo-attribution`.

Run it in your project directory with: `cargo attribution`.

```bash
```sh
A cargo subcommand to give credit to your dependencies

Usage: cargo attribution [OPTIONS]
Expand All @@ -27,6 +27,8 @@ Options:
Directory of the output files, [default: ./attribution]
-d, --dependencies-name <DEPENDENCIES_NAME>
Dependencies file name [default: dependencies]
--self-name <SELF_NAME>
Self file name [default: self]
--all-features
Activate all available features
--no-default-features
Expand Down

0 comments on commit db1e35d

Please sign in to comment.