Skip to content

Commit

Permalink
feat: add b64enc alias
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Sep 23, 2024
1 parent ae4802d commit 25ff6a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/template/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ func ExecuteFileTemplate(ctx context.Context, text string, templateVars any, err
"op": onePassword(ctx, templateVars, errorOnMissing),
"opDoc": onePasswordDocument(ctx, templateVars, errorOnMissing),
"base64": base64,
"b64enc": base64,
"default": defaultValue,
"defaultIndex": defaultIndexValue,
"indent": indent,
Expand Down

0 comments on commit 25ff6a6

Please sign in to comment.