Community
Participate
Working Groups
If no argument is specified, the names of all new commands are displayed, along with the help message and the command parameters. The help for old-style commands is displayed as in the default console. <br />
If a command name is specified, the help message for this command is displayed. If the command is legacy and the <code>CommandProvider</code>, which provides this command,
does not provide separate help for each command (this is a new feature, introduced in Equinox 3.7), then the help messages for all commands in this <code>CommandProvider</code> are displayed. <br />
The help command supports <code>-scope</code> argument, which should be used as follows: <code>help -scope <command_scope></code>. Thus the help command will display help only for the
commands with the specified scope. <br />
There is also a <code>man</code> command. It accepts the same arguments as the help command and has the same semantics. <br />
<h2>Writing Gogo Commands</h2>
-