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
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,11 @@ Any command that is valid in the console is valid in the file.
15
15
Your entire command line history for each instance of the command line is saved to a text file under the "Logs" folder, in the same directory as your executable.
16
16
17
17
### Command Line Arguments
18
+
18
19
This terminal now parses command line arguments.
20
+
19
21
Ex: "Help Tree" would launch the help command, and the tree command.
22
+
20
23
Ex: "CD C:/Program Files" would change the working directory to "C:/Program", and then try and execute a command called "Files" which doesn't exist. Yet.
0 commit comments