Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jan 27, 2024
1 parent 1ea8cf3 commit 51cee12
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,22 @@ This CLI supports the following licenses:

### Generate MIT LICENSE

license-generator MIT --author "azu"
license-generator MIT

### Output to stdout

license-generator MIT --output /dev/stdout --author "azu"
license-generator MIT --output /dev/stdout

### Multi LICENSE

license-generator MIT Apache --author "azu"
license-generator MIT Apache
# output
# LICENSE-MIT and LICENSE-APACHE

### Specify year and author

license-generator MIT --author azu --year 2024

## Tests

cargo test
Expand Down

0 comments on commit 51cee12

Please sign in to comment.