Skip to content

Commit

Permalink
Adopt readme-cli-help.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Feb 20, 2024
1 parent 6397cfb commit e788707
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ install:
.PHONY: clean
clean:
rm -rf ./target

.PHONY: readme-cli-help
readme-cli-help:
bun x readme-cli-help "cargo run -- --help"
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ You should see a bunch of new `.iconset` folders and `.icns` files that were aut

## Full options

```
````cli-help
Generate a native-style macOS folder icon from a mask file.
Usage: folderify [OPTIONS] [MASK] [TARGET]
Expand Down Expand Up @@ -189,7 +189,8 @@ Options:
-V, --version
Print version
```
````

## Example

Expand Down

0 comments on commit e788707

Please sign in to comment.