Skip to content

Commit

Permalink
doc: added spec example
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed May 11, 2022
1 parent 246a47f commit a381ffe
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 a381ffe

Please sign in to comment.