Getting help on commands
The help command uses the following arguments:
- On – this argument gets a name of a command and returns the command syntax.
- Search – this argument gets any string of characters and returns a list of commands where it is part of the command name or syntax.
See the following examples:
help
- The output of this command is a list of all of the InfiniShell command categories.help on=
and TAB - The output of this command is a list of all of the categories and commands for which help can run with the on argument. See the next example.help on=user
- The output of this command lists categories and commands that have user in their name.help search=role
- Returns a list of categories and commands where role is part of either the category, command name, or parameter.<command_name>?
- Use this form similarly to help on=<command_name>. For example: user.create?
Comments