From e788707013e1ed8a73fc9fb39fe0c9cb96384f58 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Tue, 20 Feb 2024 00:26:44 -0800 Subject: [PATCH] Adopt `readme-cli-help`. --- Makefile | 4 ++++ README.md | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e6f9ed7..11c85e8 100644 --- a/Makefile +++ b/Makefile @@ -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" diff --git a/README.md b/README.md index 4234c03..d45c00c 100644 --- a/README.md +++ b/README.md @@ -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] @@ -189,7 +189,8 @@ Options: -V, --version Print version -``` + +```` ## Example