Closed j1n6 closed 9 years ago
This should fix the issue of #9
Any one reviewing PRs?
Flags can be set by prefixing the file with a question mark.
The line
'?'*) cmd+=( "--${name#'?'}" ) ;;
is what's doing that.
That works, thanks.
This should fix the issue of #9