You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will be using the Console, Prompt, ArgvInput and ArgcInput classes in /system/provider/Tools/ folder to implement this. See jollof file in the project root for more info on implementation design;
This code structure should be borne in mind while implemeting this. "Providers\Tools\Console" will be a class with a static method "setCommand". This static method will take only 2 arguments - a string (the name of the command) and a callable (The function that houses what will happen when the command is called on the CLI).
The second argument (callable) will have one argument (an instance of class Providers\Tools\Prompt) which will serve to interact with the CLI via it's methods.
No description provided.
The text was updated successfully, but these errors were encountered: