Skip to content

Commit

Permalink
Merge pull request #2521 from alextremblay/patch-1
Browse files Browse the repository at this point in the history
improved documentation regarding macros
  • Loading branch information
rsteube authored Sep 10, 2024
2 parents 7d6a53f + d6973dd commit 420b937
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/macros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
scriptdir=$(dirname $(readlink -f $0))

echo "# Macros"
echo "On top of the base [Macros](https://carapace-sh.github.io/carapace-spec/carapace-spec/macros.html) defined in [carapace-spec](https://carapace-sh.github.io/carapace-spec),"
echo "carapace-bin also provides the following macros:"
echo

$scriptdir/../cmd/carapace/carapace --macro \
Expand Down
2 changes: 1 addition & 1 deletion docs/src/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ carapace --macro color.HexColors <TAB> # test macro
![](./spec-macros.cast)


[carapace-spec]:https://github.com/carapace-sh/carapace-spec
[carapace-spec]:https://carapace-sh.github.io/carapace-spec

0 comments on commit 420b937

Please sign in to comment.