Skip to content

Commit

Permalink
feat: added function justpassed
Browse files Browse the repository at this point in the history
  • Loading branch information
ugol committed Sep 27, 2024
1 parent 8d1867d commit fd9bcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/functions/functionsDescription.go
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ var funcDesc = map[string]FunctionDescription{
Parameters: "milliseconds int",
Localizable: false,
Return: "string",
Example: "jr template run --embedded '{{justpassed 15}}'",
Example: "jr template run --embedded '{{justpassed 60000}}'",
Output: "2024-11-10 22:59:5",
},
"key": {
Expand Down

0 comments on commit fd9bcd4

Please sign in to comment.