Help and Shortcuts
Help Flag
The help flag can be used after any command to get information on it.
Example
Autofill Suggestions
In addition to the help flag, you can you the "tab" button on your keyboard to list the available commands or even autocomplete a command.
Example
To test this out, write any of the commands available but do not press enter to run it. Instead press tab and the "Available commands" should pop up.
In this example, write the first letter of the command you want to run and see how the CLI will autocomplete it for you.
Direct Shell Input
Our CLI accepts inputs from the parent shell using the andr keyword.
Usage
Example
On my terminal I run:
Result
The command runs and the result is displayed but we are still in the parent shell.
Exiting an Operation
You can exit the current prompt by either typing "exit" or just pressing escape
Version
Prints the current CLI version
Example
Last updated