Add archive helpers and harden task runtime
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Markup Functions
|
||||
markdown_to_ast
|
||||
markdown_to_html
|
||||
xml_decode
|
||||
xml_encode
|
||||
yaml_decode
|
||||
yaml_encode
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
Output / Invocation Functions
|
||||
|
||||
1_RENDER
|
||||
1_CLI
|
||||
cli_input
|
||||
cli_arg
|
||||
unit_call
|
||||
component
|
||||
component_exists
|
||||
|
||||
@@ -16,3 +16,9 @@ cwd_set
|
||||
shell_escape
|
||||
shell_exec
|
||||
file_unlink
|
||||
zip_create
|
||||
zip_list
|
||||
zip_read
|
||||
zip_extract
|
||||
gz_compress
|
||||
gz_uncompress
|
||||
|
||||
Reference in New Issue
Block a user