Skip to content

Commit

Permalink
Merge pull request #1128 from rsteube/doc-add-spec-example
Browse files Browse the repository at this point in the history
doc: added spec example
  • Loading branch information
rsteube authored May 11, 2022
2 parents 46f0f74 + a381ffe commit 48b1585
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/src/specs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,13 @@ completion:
- ["$_tools.git.Refs"]
- ["$(env)"]
```
## embed.yaml
```yaml
name: embed
commands:
- name: git
completion:
positionalany: ["$chdir(~/.password-store)", "$_bridge.CarapaceBin(git)"]
```

0 comments on commit 48b1585

Please sign in to comment.