This is the documentation of the Eclipse Equinox Framework.
Provides help for available commands
This command displays information about all available console commands, including their names, descriptions, and parameters. It can be used to get general help for all commands or specific help for a particular command.
help
help <command_name>
help -scope <scope_name>
g! help
This will list all available commands with their descriptions and parameters.
g! help wires
wires - Prints information about the wiring of a particular bundle
scope: wiring
parameters:
long
g! help -scope equinox
This will display only commands that belong to the “equinox” scope.
Related links: