The help command allows users to retrieve guidance on specific commands or view a list of all available commands in the PxPlus Package Manager.
help [command]
When the help command is used without any arguments, it lists all the available commands along with their brief descriptions. If used with a specific command name as an argument, it provides a detailed description, usage, and examples (if any) for that particular command.
To display help for all commands:
help
To display help for the install command:
help install
To display help for the update command:
help update
When requesting detailed help for a specific command, the output will display:
For a general help request (i.e., no specific command provided), the output will list:
CommandNotFoundException and will display an error message indicating that the command was not found.If you're new to PxPlus Package Manager, consider reading the introduction to get an overview of all functionalities.