command('say-hello '): env: MESSAGE: = @('message') NAME: = input.argument('name') exec: | #!bash|= echo "$MESSAGE from $NAME"