Skip to content

Commit

Permalink
add snippet for dune alias stanza
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady committed Jan 10, 2024
1 parent 931a162 commit 8f85d84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# Unreleased

- Add snippet for dune alias stanza (#1347)

## 1.15.0

- Fix direnv compatibility by loading the process.env on every command (#1322)
Expand Down
4 changes: 4 additions & 0 deletions snippets/dune.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"alias": {
"prefix": "alias",
"body": ["(alias\n (name $1)\n (deps $2))"]
},
"env": {
"prefix": "env",
"body": ["(env\n ($1 $2))"]
Expand Down

0 comments on commit 8f85d84

Please sign in to comment.