Close #494. Following pico-args #20, this pull request takes advantage of the short-space-opt feature which makes -Iinclude possible. In order to do this, we had to use str instead of OsStr which isn't ideal.
This is making me realize we need tests for CLI arguments :/ I'll test manually so we don't have to block this PR but I think we should add tests at some point.
Close #494. Following pico-args #20, this pull request takes advantage of the short-space-opt feature which makes
-Iinclude
possible. In order to do this, we had to usestr
instead ofOsStr
which isn't ideal.