-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify command line parse method to scan entire array of arguments. A…
…lso added to default case to enable halt if unknown argument is found.
- Loading branch information
Showing
3 changed files
with
47 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
USER INTERFACE | ||
============== | ||
* Create welcome screen. | ||
* Finish more methods for formatted string printing with `Print' method. | ||
|
||
METHODS | ||
======= | ||
* Parse all the command line arguments instead of executing them one by one and make default case in switch statement create an exception. |
This file was deleted.
Oops, something went wrong.