diff options
| author | ame <[email protected]> | 2025-06-12 02:09:35 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2025-06-12 02:09:35 -0500 |
| commit | a2e8051d4cf6e46310e2e8aab83fee991560d8c0 (patch) | |
| tree | 244d48c701a8eac0641586220915da7a4c7b4b21 /docs | |
| parent | ec91aab02442dbbf577fa8d8e68c79a09b55f3f9 (diff) | |
remove old unused code thingy
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/io.md | 28 |
1 files changed, 0 insertions, 28 deletions
@@ -52,31 +52,3 @@ returns a table represented by the string ```lua llib.io.json_parse('{"test":[5,4,3]}') -- {"test" : {5, 4, 3}} ``` - -### arg_handle - -'accepts two tables - 1 = table mapped with names and function - 2 = args, or the list of strings to test - -the first table accepts this layout - -{ { list_of_keys, function_to_execute }, ... } - -returns nothing, executes marked functions - -```lua -llib.io.arg_handle({ - { - {"test"}, - function() - print("test") - end, - }, { - {"test2","t"}, - function() - print("test2") - end, - } -}, arg) -``` |
