Returns a brief help summary and a link to the relevant page on this Origami documentation site.
help
— lists available namespaceshelp:<namespace>
— lists the commands in the given namespacehelp:<command>
— a one-line summary of the command that includes the namespace and function signature
For example, if you want to fully specify a reference the json
that includes the namespace, but can’t remember what namespace json
is in:
$ ori help:json
origami:json(obj) - Render the object in JSON format
For more information: https://weborigami.org/builtins/origami/json.html
This shows that the json
command is in the origami:
namespace.