stack init implements its own --resolver command line option which seem to be doing exactly the same thing as the global --resolver option implementation.
We can avoid this duplication by deleting the parsing code in initOptsParser and passing the resolver value from globalOpts in initCmd.
See also #1531.