Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix optional short source-map argument
> Two colons mean an option takes an optional arg; if there > is text in the current argv-element (i.e., in the same word > as the option name itself, for example, "-oarg"), then it > is returned in optarg, otherwise optarg is set to zero.
- Loading branch information