-
Notifications
You must be signed in to change notification settings - Fork 1
CLI
Zahir Hadi Athallah edited this page Jul 8, 2022
·
1 revision
To see the entire Command Line from DreamScript, you can see the type below :
// Commands Line in DreamScript
// This command is Useful for running DreamScript files
~$ ds r <your name file>
// This command is Useful for Compiling ds file and display to console
~$ ds c <your name file>
// This command is Useful for Compiling ds file and save the files
~$ ds out <your name file>
// This command is Useful for Compiling the Directory and save the files on the Output Directory
~$ ds dir <your input Directory> <your output Directory>
// This command is Useful for Compiling the Directory and save the files on the Same Directory
~$ ds cdirs <your input Directory>
// This command is Useful for Compiling the ./ Directory files and save the files on the Same Directory
~$ ds compile
// To see more commands, please use this Command :
~$ ds -h