mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
parent
2cb618cc6f
commit
3779e7d200
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
|||
|
||||
`list functions;`
|
||||
|
||||
- Create a function using .jar:
|
||||
- Create a Java function using a .jar resource:
|
||||
|
||||
`create function {{func_name}} as {{path.to.package.Func}} using '{{package.jar}}';`
|
||||
|
||||
- Create a function using .py:
|
||||
- Create a Python function using a .py resource:
|
||||
|
||||
`create function {{func_name}} as {{script.Func}} using 'script.py';`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue