mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-30 20:44:18 +02:00
Add template function descriptions
This commit is contained in:
@@ -6,6 +6,7 @@ const algorithms = ['md5', 'sha1', 'sha256', 'sha512'];
|
||||
export const plugin: PluginDefinition = {
|
||||
templateFunctions: algorithms.map(algorithm => ({
|
||||
name: `hash.${algorithm}`,
|
||||
description: 'Hash a value to its hexidecimal representation',
|
||||
args: [
|
||||
{
|
||||
name: 'input',
|
||||
|
||||
Reference in New Issue
Block a user