Skip to content

Commit

Permalink
garden: forward the --verbose option to garden commands
Browse files Browse the repository at this point in the history
  • Loading branch information
davvid committed Feb 20, 2024
1 parent 0520159 commit 536eb23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions garden.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ trees:
check>:
- check/lua
- check/fmt
check/fmt: garden -vv fmt -- --check "$@"
check/fmt: garden ${GARDEN_CMD_VERBOSE} fmt -- --check "$@"
check/lua: luacheck lua
doc>:
- doc/build
Expand All @@ -39,8 +39,8 @@ trees:
nvim +'helptags doc | exit'
fmt: stylua "$@" lua/*/*.lua
setup: |
garden -vv grow panvimdoc
garden -vv deps panvimdoc
garden ${GARDEN_CMD_VERBOSE} grow panvimdoc
garden ${GARDEN_CMD_VERBOSE} deps panvimdoc
panvimdoc:
description: Generate vimdoc documentation from pandoc markdown
Expand Down

0 comments on commit 536eb23

Please sign in to comment.