Skip to content

Enable command

Alvin Cheng edited this page Apr 5, 2023 · 1 revision

Description

Welcome to the enable command, this command is used to enable certain services and features within chat-script. To run this command, you must specify and allow the service(s) you require by setting a command flag before the --run flag. There are 4 types of command flags to take into consideration, a --allow-network-service flag for allowing the network-service, a --allow-terminal-service for allowing the terminal-service, a --allow-file-system-service for enabling the file-system service and finally an --allow-all-services for all the above.

Furthermore, to call and actually enable the service we can select the services we want to enable and place them beyond parameter 0 (The command) or as such in the example below.

Example

enable <SERIVCE> <SERVICE>;

Note

You may only enable services that are disabled only and attempting to enable an already enabled service may cause a compiler error!

Clone this wiki locally