ewwii call-fns
The call-fns command allows you to call Nbcl functions directly through the terminal. This can be useful for triggering specific functionality in your widget configuration without updating or interacting with the GUI.
Example:
# Call a single Nbcl function
ewwii call-fns "my_function(32, 21)"
# Call multiple functions
ewwii call-fns "first_function('string')" "second_function()"This will execute the specified functions in the context of your current configuration.