Skip to content

Commit c13409b

Browse files
authored
Update README.md
1 parent e9fd7f6 commit c13409b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ Any command that is valid in the console is valid in the file.
1515
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.
1616

1717
### Command Line Arguments
18+
1819
This terminal now parses command line arguments.
20+
1921
Ex: "Help Tree" would launch the help command, and the tree command.
22+
2023
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.
2124

2225
## Libraries Consumed

0 commit comments

Comments
 (0)