Skip to content

Commit

Permalink
feat(stash): add HyphenHyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 28, 2024
1 parent 9386cd3 commit 0bbec93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stash/stash_custom.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,8 @@ func Store() func(*types.Cmd) {
g.AddOptions("store")
}
}

// HyphenHyphen add `--`
func HyphenHyphen(g *types.Cmd) {
g.AddOptions("--")
}

0 comments on commit 0bbec93

Please sign in to comment.