garden-tools 2.6.0

Garden grows and cultivates collections of Git trees Garden lets you define and run commands over collections of configuration-defined multi-worktree Git environments.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Command Interpreters

This example demonstrates how to use custom interpreters on a per-command basis.

## Examples

```bash
garden hello
garden info
# Pass additional arguments after the double-dash `--` end-of-options marker.
garden hello -- cat
```

## garden.yaml

```yaml
{{#include command-interpreters/garden.yaml}}
```