pyjulia
pyjulia copied to clipboard
support for "threads" and "min-optlevel" julia options
Added support for "threads" and "min-optlevel" julia options.
Now all long opts are generated with "--arg=val" instead of "--arg val" since julia required arguments support both syntaxes, but optional arguments require the first one