Dev.

help([namespace|command])

Returns a brief help summary and a link to the relevant page on this Origami documentation site.

  • help — lists available namespaces
  • help/<namespace> — lists the commands in the given namespace
  • help/<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

  Tree.json(obj) - Render the object in JSON format

For more information: https://weborigami.org/builtins/Tree/json.html

This shows that the json command is in the Tree namespace.