Display CLI usage in docs

This commit is contained in:
Jarred Sumner
2025-02-10 06:48:07 -08:00
parent 9755e02e17
commit 14b93e2ab9
14 changed files with 27 additions and 0 deletions

View File

@@ -7,3 +7,5 @@ To get started with patch, first prepare the package for patching with [`bun pat
By default, `bun patch-commit` will use the `patches` directory in the temporary directory.
You can specify a different directory with the `--patches-dir` flag.
{% bunCLIUsage command="patch-commit" /%}