Eclipse Equinox Documentation

Logo

This is the documentation of the Eclipse Equinox Framework.

View the Project on GitHub eclipse-equinox/equinox

help

Description

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.

Parameters

Usage

help
help <command_name>
help -scope <scope_name>

Examples

Get help for all commands

g! help

This will list all available commands with their descriptions and parameters.

Get help for a specific command

g! help wires

wires - Prints information about the wiring of a particular bundle
   scope: wiring
   parameters:
      long

Get help for commands in a specific scope

g! help -scope equinox

This will display only commands that belong to the “equinox” scope.

Related links: