Skip to content

Commit

Permalink
doc: document the use of "-vv" to display commands
Browse files Browse the repository at this point in the history
  • Loading branch information
davvid committed Dec 4, 2023
1 parent 216ac5b commit 66339dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/src/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,8 @@ garden or tree scope.
For example, `garden build treesitters catsitters` will run a user-defined `build`
command over both the `treesitters` and `catsitters` groups.

Use the `garden -vv` extra-verbose option to display the commands being run.


## garden exec

Expand All @@ -499,6 +501,8 @@ When the `<tree-query>` resolves to a garden then the environment
is configured for the command using the environment variables and
custom commands from both the tree and the garden.

Use the `garden -vv` extra-verbose option to display the command being run.


## garden eval

Expand Down

0 comments on commit 66339dd

Please sign in to comment.