Core Help Root: Commands: @which


PROGRAMMER COMMAND

Syntax: @which <text>

@which searches for any command in your caches which has <text> in the command name. The full template and method is printed for each match found.

Example:

> @which help
Commands matching the template "help":
  @hl?ist|@help-list <any>           $programmer.help_list_cmd()
  @hw?rite|@help-write <any>         $programmer.help_write_cmd()
  @nh?n|@new-help-node <any:+n?      $programmer.new_help_node_cmd()
  help <any>                         $bad_commands.old_command_cmd()
  @help <any>                        $help_ui.help_cmd()



the Cold Dark