-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actually make args table local to main()
It's now only available in that scope. Pretty good, though now I feel like using the hashtable to store arguments like this is overcomplicating it quite a bit. I think I might just replace it with a little struct, might be quite a bit more ergonomic to read and use.
- Loading branch information
Showing
6 changed files
with
127 additions
and
126 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
Oops, something went wrong.