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
Zahir Hadi Athallah edited this page Jul 8, 2022
·
1 revision
Commands Line
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